global _start read: push ax, 03h ; read() push bx, 00h ; stdin write: pop ax; pop bx;
Standard input is empty
prog.asm:7: error: invalid combination of opcode and operands prog.asm:8: error: invalid combination of opcode and operands
Standard output is empty