ack/mach/m68k4/libsys/_unlink.s
1990-01-22 11:14:56 +00:00

11 lines
147 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