ack/mach/m68k4/libsys/umask.s

7 lines
90 B
ArmAsm
Raw Normal View History

1985-03-21 14:04:45 +00:00
.define _umask
.extern _umask
.text
_umask: move.w #0x3C,d0
move.l 4(sp),a0
jmp call