ack/mach/m68020/libsys/chmod.s

10 lines
126 B
ArmAsm
Raw Normal View History

1987-01-29 22:36:35 +00:00
.define _chmod
.extern _chmod
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
_chmod: move.l #0xF,d0
jmp (callc)