ack/mach/mantra/libsys/_close.s

11 lines
145 B
ArmAsm
Raw Normal View History

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