_read.s 143 B

1234567
  1. .sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
  2. .define __read
  3. .extern __read, cerror
  4. __read: int 0x83
  5. jb 9f
  6. ret
  7. 9: jmp cerror