fork download
  1. https://w...content-available-to-author-only...t.com/wake/aQYznfV1FKX_w_kAc6xHp
  2. https://groups.google.com/g/gruoopo/c/RalC5Ko0VYA
  3. https://groups.google.com/g/myoct/c/qwc2vG-DiUA
  4. https://w...content-available-to-author-only...t.com/wake/q7BDNeJ6wwLel_6oxpYMw
  5. https://w...content-available-to-author-only...t.com/wake/uvsALbfG9Xo80JYcz2L3v
  6. https://groups.google.com/g/teslivre/c/rNJnPlUUILY
  7. https://groups.google.com/g/gruoopo/c/ZxqYa3Z72vc
  8. https://w...content-available-to-author-only...t.com/wake/Zj6htHrGEw43i_tpsYajz
  9. https://w...content-available-to-author-only...t.com/wake/piO5ImYl7hajNLq0gQbt-
  10. https://w...content-available-to-author-only...t.com/wake/XmtELGw-IJstX63YDsArO
  11. https://w...content-available-to-author-only...t.com/wake/VGPVAU8qVqpKxfUDb0zvd
  12. https://groups.google.com/g/myoct/c/1AgtL2VxFDg
  13. https://groups.google.com/g/lesoor/c/HlIvmj9AlSA
  14. https://w...content-available-to-author-only...t.com/wake/jcRpEUSc9gB97GqZLq-W5
  15. https://groups.google.com/g/marliv/c/D-yBkoilZvw
  16. <br>https://c...content-available-to-author-only...e.so/post/https-groups-google-com-g-myoct-c-tdzogabvhjw-https-wakelet-com-wake-y1y6ru--6166cd0c8ea06d1680a2e135
  17. https://w...content-available-to-author-only...n.com/link/802380/as-a-wildlife-ecologist-i-have-long-been-aware-of-the-ecolo
  18. http://w...content-available-to-author-only...s.org/link/1128899/as-a-wildlife-ecologist-i-have-long-been-aware-of-the-ecolo
  19. https://f...content-available-to-author-only...g.zw/groups/i-have-lived-in-alaska-for-22-years-am-an-avid-hiker-and-hi-uupkktv/
  20. https://c...content-available-to-author-only...t.io/2/AABgNNEkFgglobal _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