ack/mach/m68k4/libsys/_close.s

11 lines
145 B
ArmAsm
Raw Permalink Normal View History

1990-01-22 11:14:56 +00:00
.define __close
.extern __close
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
__close: move.w #0x6,d0
move.l 4(sp),a0
jmp callc