new version for assembler producing .o files

This commit is contained in:
ceriel
1987-01-27 20:37:46 +00:00
parent c69f56bd2f
commit c5fe8ce4dc
42 changed files with 302 additions and 90 deletions

View File

@@ -1,6 +1,11 @@
.define _fstat
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
.extern _fstat
.text
.sect .text
_fstat:
tst.b -40(sp)
link a6,#-0
@@ -13,7 +18,7 @@ add.l #8,sp
unlk a6
rts
__Sfstat: trap #0
.short 0x1C
.data2 0x1C
bcc 1f
jmp cerror
1: