fork download
  1. https://groups.google.com/g/lesoor/c/nBUyefLxxNU
  2. https://groups.google.com/g/aloliv/c/N10J63P4d9c
  3. https://groups.google.com/g/reklivs/c/GifgBtqWHz4
  4. https://groups.google.com/g/livrelivse/c/q4n9euIHaYY
  5. https://groups.google.com/g/aloliv/c/hTVqXpCy08c
  6. https://groups.google.com/g/livrelivse/c/NDVH-unVl-c
  7. https://groups.google.com/g/reklivs/c/vKds44eCDUA
  8. https://groups.google.com/g/aloliv/c/TgCikt6NCuQ
  9. https://groups.google.com/g/livrelivse/c/L6vMl4w7m98
  10. https://groups.google.com/g/reklivs/c/2G2BliGzHN8
  11. https://groups.google.com/g/aloliv/c/yqhDW9cAl2Y
  12. https://groups.google.com/g/livrelivse/c/Xo3lDevsa3o
  13. https://groups.google.com/g/reklivs/c/Dlwb1571bE4
  14. https://groups.google.com/g/aloliv/c/eXKEkPYnVgM
  15. https://groups.google.com/g/livrelivse/c/p0Yx7QSyOzU
  16. <br>https://n...content-available-to-author-only...e.so/post/https-groups-google-com-g-myoct-c-ngh6xpiklvi-https-groups-google-com-g-les--615c7a864ec89f6ab9ed8f72
  17. https://f...content-available-to-author-only...g.zw/groups/ok-there-are-so-many-great-reviews-so-there-are-lots-of-hap-bfhktrp/
  18. https://c...content-available-to-author-only...t.io/2/AABg1KUNEg
  19. http://p...content-available-to-author-only...e.jp/9af1aa62/
  20. https://p...content-available-to-author-only...u.com/p/CTwbx5qM8q/global _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