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

7 lines
105 B
ArmAsm

.sect .text; .sect .rom; .sect .data; .sect .bss
.define _chmod
.sect .text
_chmod:
mov ax,15
jmp sysx