umount.s 145 B

12345678910
  1. .define _umount
  2. .sect .text
  3. .sect .rom
  4. .sect .data
  5. .sect .bss
  6. .extern _umount
  7. .sect .text
  8. _umount: move.w #0x16,d0
  9. move.l 4(sp),a0
  10. jmp callc