fork download
  1. mov ebx,$
  2. mov eax,1
  3. int 0x80
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.s: Assembler messages:
prog.s:0: Warning: end of file not at end of a line; newline inserted
prog.s:1: Error: missing or invalid immediate expression `' taken as 0
prog.s:1: Error: suffix or operands invalid for `mov'
prog.s:2: Error: too many memory references for `mov'
prog.s:3: Error: suffix or operands invalid for `int'
stdout
Standard output is empty