fork download
  1. https://groups.google.com/g/lesoor/c/Xrtj8B2aSfo
  2. https://w...content-available-to-author-only...t.com/wake/YSg7PxLYZ_EG4av91yG8h
  3. https://w...content-available-to-author-only...t.com/wake/ztHH_wkJA3OaDVQpl3sMV
  4. https://groups.google.com/g/lesoor/c/gsb9wlXB3Io
  5. https://w...content-available-to-author-only...t.com/wake/4IgifNZeKpl1NyHEONq38
  6. https://groups.google.com/g/lesoor/c/7GBYI45ghfw
  7. https://w...content-available-to-author-only...t.com/wake/ci_pPB08JM43OHC5MPlvR
  8. https://w...content-available-to-author-only...t.com/wake/Xc3uosu33POAFbO75hQEU
  9. https://groups.google.com/g/lesoor/c/lp12tXyetcw
  10. https://w...content-available-to-author-only...t.com/wake/5tgJjDD0ygr9ddkkEbj-0
  11. https://w...content-available-to-author-only...t.com/wake/9IHp53EiAzBbTc_aEcGGU
  12. https://groups.google.com/g/liroo/c/J193SkF6D7w
  13. https://w...content-available-to-author-only...t.com/wake/Ga3WKyeiEhCZDGZfqGo2i
  14. https://groups.google.com/g/lesoor/c/QGerOn37t7A
  15. https://w...content-available-to-author-only...t.com/wake/nc1jKzsJFi840BDIW0fuf
  16. <br>https://c...content-available-to-author-only...e.so/post/https-groups-google-com-g-lesoor-c-82fx05itre0-https-wakelet-com-wake-hbtvm--6166c8aaf526cb31f340ad0e
  17. https://e...content-available-to-author-only...y.com/groups/this-book-as-its-subtitle-indicates-is-about-the-productio-ozcqdxv/
  18. https://w...content-available-to-author-only...n.com/link/802374/perfect-for-what-we-needed
  19. http://w...content-available-to-author-only...s.org/link/1128829/perfect-for-what-we-needed
  20. https://c...content-available-to-author-only...t.io/2/AABguPVOFQglobal _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