ack/mach/i386/libsys/getuid.s

7 lines
109 B
ArmAsm
Raw Permalink Normal View History

1989-10-10 11:40:55 +00:00
.sect .text; .sect .rom; .sect .data; .sect .bss
.define _getuid
.sect .text
_getuid:
mov ax,24
jmp syscal