fork download
  1. https://groups.google.com/g/lugoon/c/_vZ23qbDq1U
  2. https://e...content-available-to-author-only...e.com/courses/5262/pages/scaricare-introduzione-alla-psicoanalisi-ediz-integrale-pdf-gratis
  3. https://groups.google.com/g/rupeen/c/eEE6ZlZCDtw
  4. https://groups.google.com/g/aloliv/c/8smiqy_BaCM
  5. https://e...content-available-to-author-only...e.com/courses/5262/pages/gratis-scarica-storia-moderna-pdf-slash-epub-gratis
  6. https://groups.google.com/g/livrelivse/c/MEklfsUi4XI
  7. https://groups.google.com/g/reklivs/c/hclPbW1SGFc
  8. https://groups.google.com/g/dipot/c/Bk5VsAL6KnA
  9. https://groups.google.com/g/lugoon/c/2Hkj2KmiyV4
  10. https://groups.google.com/g/bikon/c/CXUWuuE8oGM
  11. https://e...content-available-to-author-only...e.com/courses/5262/pages/scaricare-the-rorys-stories-guide-to-the-gaa-english-edition-pdf-gratis-libri-pdf-gratis-ital
  12. https://groups.google.com/g/rupeen/c/6KabG03l0hI
  13. https://e...content-available-to-author-only...e.com/courses/5262/pages/scarica-l-ebook-online-il-libro-degli-incastri-pdf
  14. https://groups.google.com/g/aloliv/c/r4WKiuqJlrI
  15. https://groups.google.com/g/livrelivse/c/nXb9IsLW97w
  16. <br>https://n...content-available-to-author-only...e.so/post/https-groups-google-com-g-bikon-c-tt35dptyrqi-https-esu5-instructure-com-co--615bb56333d6ccbbaf36ef73
  17. https://f...content-available-to-author-only...g.zw/groups/excellent-to-quote-the-book-put-into-words-how-i-felt-whe-euucl/
  18. https://t...content-available-to-author-only...s.com/groups/this-is-a-very-well-written-tale-about-finding-love-the-cha-yhthswe/
  19. https://p...content-available-to-author-only...t.com/groups/cool-concepts-explained-via-disparate-anecdotes-pyderij/
  20. https://w...content-available-to-author-only...n.com/link/799701/a-spectacular-account-enthralling-from-start-to-finish-grglobal _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