-moved all includes into "include" directory -extracted "wait...()"-routines into separate files
11 lines
227 B
C
11 lines
227 B
C
/*******************************************************/
|
|
// allgemeine macros
|
|
/*******************************************************/
|
|
.text
|
|
wait_pll: .macro
|
|
wait1_pll\@:
|
|
tst.w (a1)
|
|
bmi wait1_pll\@
|
|
rts
|
|
.endm
|