ack/mach/m68k2/libsys/chmod.s

13 lines
172 B
ArmAsm
Raw Permalink Normal View History

1984-12-14 15:52:15 +00:00
.define _chmod
.sect .text
.sect .rom
.sect .data
.sect .bss
1984-12-14 15:52:15 +00:00
.extern _chmod
.sect .text
1984-12-14 15:52:15 +00:00
_chmod: move.w #0xF,d0
move.l 4(sp),a0
move.w 8(sp),d1
ext.l d1
jmp callc