ack/mach/i386/libsys/_close.s

7 lines
106 B
ArmAsm
Raw Permalink Normal View History

1990-01-22 11:01:47 +00:00
.sect .text; .sect .rom; .sect .data; .sect .bss
.define __close
.sect .text
__close:
mov ax,6
jmp sysx