ack/mach/m68k4/libsys/close.s
1985-03-04 17:26:31 +00:00

7 lines
90 B
ArmAsm

.define _close
.extern _close
.text
_close: move.w #0x6,d0
move.l 4(sp),a0
jmp callc