fork download
  1. https://sites.google.com/site/rangles321/scaricare-stellaluna-pdf-gratis
  2. https://sites.google.com/site/feralogarithm/cinquante-nuances-plus-claires-romans-etrangers-pdf-telecharger
  3. https://sites.google.com/site/reglasrex/telecharger-postgresql---architecture-et-notions-avancees-ebook-download
  4. https://sites.google.com/site/lakosomos/scarica-pdf-3d-printing-failures-2020-edition-how-to-diagnose-and-repair-all-desktop-3d-printing-issues-gratis-di-sean-aranda
  5. https://sites.google.com/site/wellkioradcent/telecharger-paradoxe-sur-le-comedien-precede-des-entretiens-sur-le-fils-naturel---chronologie-et-preface-de-raymond-laubreaux-pdf
  6. https://sites.google.com/site/alfredmuller9865/telecharger-le-ciel-et-l-univers-cosmologie-conquete-spatiale-et-astronomie-ebook-download
  7. https://sites.google.com/site/miaggio31rtx/l-enfer-au-college-franzoesische-lektuere-fuer-das-5-und-6-lernjahr-ebook-telecharger-gratuit-epub-pdf-mobi-mp3
  8. https://sites.google.com/site/crazytimeswelive/scarica-pdf-la-devozione-all-angelo-custode---edizione-del-1845-ritradotta-in-lingua-italiana-corrente-con-note-critiche-di-beppe-amico-il
  9. https://sites.google.com/site/laramelanko/-eanf
  10. https://sites.google.com/site/rangles321/download-libro-words-can-change-your-brain-12-conversation-strategies-to-build-trust-resolve-conflict-and-increase-intimacy-pdf-gratis-itglobal _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