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