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,7 +1,12 @@
.define _wait
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
.extern _wait
_wait: trap #0
.short 0x7
.data2 0x7
bcc 1f
jmp cerror
1: