.define _umask
.sect .text
.sect .rom
.sect .data
.sect .bss
.extern _umask
_umask: move.w #0x3C,d0
move.w 4(sp),a0
jmp call