fork download
  1. https://sites.google.com/site/laramelanko/guida-di-palmyra-omaggio-a-khaled-al-as-ad-martire-del-patrimonio-culturale-download-libri-pdf-gratis
  2. https://sites.google.com/site/rangles321/scarica-pdf-scotland-of-old-clans-map-of-scotland-collins-pictorial-maps-lingua-inglese-di-collins-maps
  3. https://sites.google.com/site/feralogarithm/aladdin-pdf-telecharger
  4. https://sites.google.com/site/reglasrex/lire-l-oeil-du-goupil-une-enquete-de-leandre-lafforgue-en-ligne-pdf-gratuit
  5. https://sites.google.com/site/lakosomos/scaricare-o-leggere-online-new-world-spanish-english-english-spanish-dictionary-libri-gratis
  6. https://sites.google.com/site/wellkioradcent/notre-dame-de-paris-pdf-gratuit-telecharger-epub-gratuit
  7. https://sites.google.com/site/alfredmuller9865/life-il-etait-condamne-son-jumeau-l-a-sauve-telecharger-gratuit-epub-pdf
  8. https://sites.google.com/site/miaggio31rtx/la-bibliotheque-de-poudlard-collection-pdf-gratuit-telecharger-livre
  9. https://sites.google.com/site/crazytimeswelive/addio-ansia-le-tecniche-per-superare-paura-ansia-angoscia-stress-e-attacchi-di-panico-per-vivere-felici-e-in-armonia-download-di-ebook
  10. https://sites.google.com/site/laramelanko/scaricare-jog-on-how-running-saved-my-life-libri-pdf-gratisglobal _start
  11.  
  12. section .data
  13.  
  14. section .text
  15.  
  16. _start:
  17. ; your code goes here
  18. je exit
  19.  
  20. exit:
  21. mov eax, 01h ; exit()
  22. xor ebx, ebx ; errno
  23. int 80h
  24.  
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
ld: cannot find prog.o: No such file or directory
stdout
Standard output is empty