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 _read
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
.extern _read
.text
.sect .text
_read:
tst.b -40(sp)
link a6,#-0
@@ -16,7 +21,7 @@ lea 12(sp),sp
unlk a6
rts
__Sread: trap #0
.short 0x3
.data2 0x3
bcc 1f
jmp cerror
1: