fork download
  1. global _start
  2.  
  3.  
  4.  
  5.  
  6. read:
  7. push ax, 03h ; read()
  8. push bx, 00h ; stdin
  9. write:
  10. pop ax;
  11. pop bx;
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.asm:7: error: invalid combination of opcode and operands
prog.asm:8: error: invalid combination of opcode and operands
stdout
Standard output is empty