Initial revision

This commit is contained in:
ceriel
1987-02-02 10:25:38 +00:00
parent 9566a0aeab
commit a96f04b6fe
67 changed files with 1243 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
.define _ftime
.extern _ftime
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
_ftime: move.l #0x23,d0
move.l 4(sp),a0
jmp callc