ack/mach/m68k4/libsys/unlink.s
1986-07-22 13:23:14 +00:00

11 lines
144 B
ArmAsm

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