Adapted to use of the new assembler & linker
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
.define _wait
|
||||
.sect .text
|
||||
.sect .rom
|
||||
.sect .data
|
||||
.sect .bss
|
||||
.extern _wait
|
||||
_wait: move.w #0x7,d0
|
||||
move.l 4(sp),a0
|
||||
|
||||
Reference in New Issue
Block a user