umount.s 158 B

123456789
  1. .sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
  2. .define _umount
  3. .extern _umount, cerror
  4. _umount: int 0x96
  5. jb 9f
  6. xor ax,ax
  7. ret
  8. 9:
  9. jmp cerror