ack/mach/m68k4/libsys/chmod.s

8 lines
108 B
ArmAsm
Raw Normal View History

1984-12-14 15:52:15 +00:00
.define _chmod
.extern _chmod
.text
_chmod: move.w #0xF,d0
move.l 4(sp),a0
1985-03-04 17:26:31 +00:00
move.l 8(sp),d1
1984-12-14 15:52:15 +00:00
jmp callc