fork download
  1. https://sites.google.com/site/wellkioradcent/lire-1929-jours-le-deuil-de-guerre-au-xxie-siecle-en-ligne-gratuit
  2. https://sites.google.com/site/reglasrex/telecharger-gratuit-les-trois-grains-de-riz-pdf-epub-mobi
  3. https://sites.google.com/site/miaggio31rtx/telecharger-atlas-d-acupuncture-livre-pdf-gratuit
  4. https://sites.google.com/site/alfredmuller9865/oliver-twist-1cederom-pdf-gratuit-telecharger-epub-gratuit
  5. https://sites.google.com/site/wellkioradcent/telecharger-le-theoreme-de-cupidon-ebook-download
  6. https://sites.google.com/site/reglasrex/mordechaie-anielewicz-non-au-desespoir-ceux-qui-ont-dit-non-telecharger-gratuit-epub-pdf
  7. https://sites.google.com/site/miaggio31rtx/manon-des-sources-ebook-telecharger-gratuit-epub-pdf-mobi-mp3
  8. https://sites.google.com/site/alfredmuller9865/aliments-pour-maigrir-faisons-du-rab-en-forme-sans-faim-pdf-gratuit-telecharger-livre-libre-epub-pdf-kindle
  9. https://sites.google.com/site/reglasrex/telecharger-perfect-world---tome-1-01-ebook-download
  10. https://sites.google.com/site/wellkioradcent/telecharger-gratuit-the-gruffalo-s-child-pdf-epub-mobiglobal _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