new version for assembler producing .o files
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
.define _unlink
|
||||
.sect .text
|
||||
.sect .rom
|
||||
.sect .data
|
||||
.sect .bss
|
||||
.sect .text
|
||||
.extern _unlink
|
||||
_unlink: trap #0
|
||||
.short 0xA
|
||||
.data2 0xA
|
||||
bcc 1f
|
||||
jmp cerror
|
||||
1:
|
||||
|
||||
Reference in New Issue
Block a user