Adapted to use of new assembler.

This commit is contained in:
ceriel
1986-07-22 13:23:14 +00:00
parent aee6a1648a
commit f514411cea
57 changed files with 293 additions and 64 deletions

View File

@@ -1,6 +1,9 @@
.define _sync
.extern _sync
.text
.sect .rom
.sect .data
.sect .bss
.sect .text
_sync: move.w #0x24,d0
trap #0
rts