adapted to new assembler syntax
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
.define _write
|
||||
.sect .text
|
||||
.sect .rom
|
||||
.sect .data
|
||||
.sect .bss
|
||||
.sect .text
|
||||
.extern _write
|
||||
_write: trap #0
|
||||
.short 0x4
|
||||
.data2 0x4
|
||||
bcc 1f
|
||||
jmp cerror
|
||||
1:
|
||||
|
||||
Reference in New Issue
Block a user