fcntl.s 106 B

123456
  1. .sect .text; .sect .rom; .sect .data; .sect .bss
  2. .define _fcntl
  3. .sect .text
  4. _fcntl:
  5. mov ax,62
  6. jmp sysal