_read.s 160 B

12345678910111213
  1. .sect .text; .sect .rom; .sect .data; .sect .bss
  2. .sect .text
  3. .define __read
  4. read = 3
  5. .align 1
  6. __read:
  7. .data2 0x0000
  8. chmk $read
  9. bcc 1f
  10. jmp errmon
  11. 1:
  12. ret