added missing source files from original code
This commit is contained in:
10
BaS_GNU/sources/macro.h
Normal file
10
BaS_GNU/sources/macro.h
Normal file
@@ -0,0 +1,10 @@
|
||||
/*******************************************************/
|
||||
// allgemeine macros
|
||||
/*******************************************************/
|
||||
.text
|
||||
wait_pll: .macro
|
||||
wait1_pll\@:
|
||||
tst.w (a1)
|
||||
bmi wait1_pll\@
|
||||
rts
|
||||
.endm
|
||||
Reference in New Issue
Block a user