fork download
  1. https://groups.google.com/g/aloliv/c/NaZus092cuw
  2. https://groups.google.com/g/reklivs/c/7sPJbospLAo
  3. https://groups.google.com/g/hexagig/c/DcUjfFTzX2s
  4. https://groups.google.com/g/hexagig/c/YrBcJUx9tm0
  5. https://groups.google.com/g/hexagig/c/gPhOxguGd7o
  6. https://groups.google.com/g/hexagig/c/ISoVGEreg8w
  7. https://groups.google.com/g/hexagig/c/7sveBz5Tcl4
  8. https://groups.google.com/g/hexagig/c/OMm0D1wUdLI
  9. https://groups.google.com/g/hexagig/c/UsMUYauHPPk
  10. https://groups.google.com/g/hexagig/c/4LlBcydG1PA
  11. https://groups.google.com/g/hexagig/c/mXKDhTCX04I
  12. https://groups.google.com/g/hexagig/c/EN-WvdGwUkQ
  13. https://groups.google.com/g/hexagig/c/l4aHRS7Wnco
  14. https://groups.google.com/g/hexagig/c/zfs07AOG9hM
  15. https://groups.google.com/g/hexagig/c/OisTpX0Y3V0
  16. <br>https://n...content-available-to-author-only...e.so/post/https-groups-google-com-g-aloliv-c-fgg1qki9fvc-https-groups-google-com-g-re--615188751b5a6308dfd21098
  17. https://w...content-available-to-author-only...r.com/question/615186066515c84c50ec7866
  18. https://w...content-available-to-author-only...n.com/link/797599/this-compilation-helped-me-fall-in-love-with-poetry-along-w
  19. https://p...content-available-to-author-only...s.org/view/5a78ba0e
  20. https://p...content-available-to-author-only...k.io/NnEKbglobal _start
  21.  
  22. section .data
  23.  
  24. section .text
  25.  
  26. _start:
  27. ; your code goes here
  28. je exit
  29.  
  30. exit:
  31. mov eax, 01h ; exit()
  32. xor ebx, ebx ; errno
  33. int 80h
  34.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.asm:1: error: parser: instruction expected
prog.asm:2: error: parser: instruction expected
prog.asm:3: error: parser: instruction expected
prog.asm:4: error: parser: instruction expected
prog.asm:5: error: parser: instruction expected
prog.asm:6: error: parser: instruction expected
prog.asm:7: error: parser: instruction expected
prog.asm:8: error: parser: instruction expected
prog.asm:9: error: parser: instruction expected
prog.asm:10: error: parser: instruction expected
prog.asm:11: error: parser: instruction expected
prog.asm:12: error: parser: instruction expected
prog.asm:13: error: parser: instruction expected
prog.asm:14: error: parser: instruction expected
prog.asm:15: error: parser: instruction expected
prog.asm:16: error: label or instruction expected at start of line
prog.asm:17: error: parser: instruction expected
prog.asm:18: error: parser: instruction expected
prog.asm:19: error: parser: instruction expected
prog.asm:20: error: parser: instruction expected
ld: cannot find prog.o: No such file or directory
stdout
Standard output is empty