global _start _start: mov ax, 1234h mov bx, 56789h read: push ax, 03h ; read() push bx, 00h ; stdin write: pop ax; pop bx;
Standard input is empty
prog.asm:7: warning: word data exceeds bounds prog.asm:11: error: invalid combination of opcode and operands prog.asm:12: error: invalid combination of opcode and operands
Standard output is empty