_fcntl.s 154 B

123456789101112
  1. .sect .text; .sect .rom; .sect .data; .sect .bss
  2. .sect .text
  3. fcntl = 62
  4. .define __fcntl
  5. __fcntl:
  6. .data2 0x0000
  7. chmk $fcntl
  8. bcc 1f
  9. jmp cerror
  10. 1:
  11. ret