fork(9) download
  1. MOV $8754,%ebx
  2. MOV $1167,%eax
  3. MOV $5850,%ecx
  4. CMP %eax,%ebx
  5. JL L1
  6. JMP L2
  7. L1:
  8. IMUL %eax,%ebx
  9. ADD %eax,%ebx
  10. MOV %ebx,%eax
  11. SUB %ecx,%eax
  12. JMP L3
  13. L2:
  14. IMUL %eax,%ebx
  15. SUB %eax,%ebx
  16. MOV %ebx,%eax
  17. ADD %ecx,%eax
  18. L3:
  19. NOP
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.s: Assembler messages:
prog.s: Warning: end of file not at end of a line; newline inserted
/usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/crt1.o: In function `_start':
(.text+0x18): undefined reference to `main'
collect2: error: ld returned 1 exit status
stdout
Standard output is empty