_kill.s 154 B

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