fork download
  1. https://groups.google.com/g/lesoor/c/TbR9lNp519U
  2. https://w...content-available-to-author-only...t.com/wake/IfHFzbWbBlz2ypCLYBv68
  3. https://groups.google.com/g/gruoopo/c/y8EDjpAg3jc
  4. https://w...content-available-to-author-only...t.com/wake/lHJKtv44C5oXwIUPjslXT
  5. https://groups.google.com/g/lesoor/c/WdnPJLwuXds
  6. https://w...content-available-to-author-only...t.com/wake/bSX8TI1_vaTLijv67VEJL
  7. https://groups.google.com/g/gruoopo/c/E7TPTEySDes
  8. https://w...content-available-to-author-only...t.com/wake/wnTqv8Z6PRQlroNWIJ2_A
  9. https://groups.google.com/g/lesoor/c/FJu7OiAL9WU
  10. https://groups.google.com/g/gruoopo/c/OXLF-dr_TSU
  11. https://w...content-available-to-author-only...t.com/wake/Lk-AXiexEDNT8c5McLW4r
  12. https://w...content-available-to-author-only...t.com/wake/vbNXKd9QMXr1UMuoc8ea7
  13. https://groups.google.com/g/gruoopo/c/2TvqhQXzQPQ
  14. https://w...content-available-to-author-only...t.com/wake/QmYpKcjE9bkjnyZAuxZx_
  15. https://groups.google.com/g/lesoor/c/fpZpSNVbc2s
  16. <br>https://c...content-available-to-author-only...e.so/post/https-groups-google-com-g-gruoopo-c-jqdopww7dzs-https-wakelet-com-wake-g-af--61670a6f5384dc550fa5f27c
  17. https://f...content-available-to-author-only...g.zw/groups/although-its-a-rental-its-in-great-quality-like-new-wou-nhggifl/
  18. https://w...content-available-to-author-only...n.com/link/802473/i-love-bprd-the-stories-are-creepy-but-not-overdone-the-a
  19. https://t...content-available-to-author-only...s.com/groups/george-hamilton-smith-born-1949-is-an-american-author-who-wbvlfbh/
  20. http://w...content-available-to-author-only...s.org/link/1129256/i-love-bprd-the-stories-are-creepy-but-not-overdone-the-aglobal _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