fork download
  1. https://sites.google.com/site/feralogarithm/lire-plaidoyer-pour-la-fraternite-en-ligne-pdf-gratuit
  2. https://sites.google.com/site/lakosomos/an-international-relations-debacle-the-un-secretary-general-s-mission-of-good-offices-in-cyprus-1999-2004-pdf-download-ebook-gratis-libro
  3. https://sites.google.com/site/wellkioradcent/telecharger-le-japonais---guide-de-conversation-pour-les-nuls-2eme-edition-pdf-gratuitement-livre-libre
  4. https://sites.google.com/site/alfredmuller9865/tokyo-ghoul-re---tome-03-telecharger-pdf-epub-mobi
  5. https://sites.google.com/site/miaggio31rtx/negociator---la-reference-de-toutes-les-negociations-telecharger-gratuit-epub-pdf
  6. https://sites.google.com/site/crazytimeswelive/download-a-l-interieur-de-la-terre-le-second-tunnel-de-bucegi-ovnis-french-edition-pdf-gratis-ita
  7. https://sites.google.com/site/laramelanko/anyway-you-can-doctor-bosworth-shares-her-mom-s-cancer-journey-a-beginner-s-guide-to-ketones-for-life-download-pdf-gratis
  8. https://sites.google.com/site/rangles321/scaricare-rosie-revere-engineer-english-edition-libri-pdf-gratis
  9. https://sites.google.com/site/feralogarithm/ken-ichi---saison-1-le-disciple-ultime---tome-13-13-telecharger-pdf-epub-mobi
  10. https://sites.google.com/site/reglasrex/telecharger-pokemon-official-2018-calendar---square-wall-format-epub-pdfglobal _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