unlink.s 157 B

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