Initial revision

This commit is contained in:
ceriel
1987-01-29 22:36:35 +00:00
parent 945d6a0188
commit 153e30bb1c
59 changed files with 690 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
.define _write
.extern _write
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
_write: move.l #0x4,d0
jmp (call)