Adapted to use of new assembler.

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

View File

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