_pipe.s 163 B

123456789101112
  1. .sect .text; .sect .rom; .sect .data; .sect .bss
  2. .define __pipe
  3. .sect .text
  4. __pipe:
  5. mov ax,42
  6. callf 0x7:0x0
  7. jae 1f
  8. jmp cerror
  9. 1:
  10. shl dx,0x10
  11. or eax,edx
  12. ret