umask.s 154 B

1234567891011
  1. .define _umask
  2. .sect .text
  3. .sect .rom
  4. .sect .data
  5. .sect .bss
  6. .sect .text
  7. .extern _umask
  8. .sect .text
  9. _umask: move.w #0x3C,d0
  10. move.w 4(sp),a0
  11. jmp call