cleaned up project:

-moved all includes into "include" directory
-extracted "wait...()"-routines into separate files
This commit is contained in:
Markus Fröschle
2012-12-10 10:01:49 +00:00
parent 041d31881c
commit fd7f452860
23 changed files with 0 additions and 0 deletions

10
BaS_gcc/include/macro.h Normal file
View File

@@ -0,0 +1,10 @@
/*******************************************************/
// allgemeine macros
/*******************************************************/
.text
wait_pll: .macro
wait1_pll\@:
tst.w (a1)
bmi wait1_pll\@
rts
.endm