ack/mach/mantra/libsys/_unlink.s

11 lines
147 B
ArmAsm
Raw Normal View History

1990-01-22 13:09:29 +00:00
.define __unlink
.extern __unlink
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
__unlink: move.l #0xA,d0
move.l 4(sp),a0
jmp callc