ack/mach/i386/libsys/fcntl.s
1989-10-10 11:40:55 +00:00

7 lines
107 B
ArmAsm

.sect .text; .sect .rom; .sect .data; .sect .bss
.define _fcntl
.sect .text
_fcntl:
mov ax,62
jmp syscal