adapted to new assembler syntax

This commit is contained in:
ceriel
1987-01-26 21:22:23 +00:00
parent 8fb04b5829
commit b3d7af2422
53 changed files with 356 additions and 89 deletions

View File

@@ -1,5 +1,10 @@
.define _pause
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
.extern _pause
_pause: trap #0
.short 0x1D
.data2 0x1D
rts