ack/mach/m68k4/libsys/chmod.s
1985-03-04 17:26:31 +00:00

8 lines
108 B
ArmAsm

.define _chmod
.extern _chmod
.text
_chmod: move.w #0xF,d0
move.l 4(sp),a0
move.l 8(sp),d1
jmp callc