fork download
  1. https://groups.google.com/g/livrelivse/c/qRGn-2mUw74
  2. https://groups.google.com/g/reklivs/c/yrHu3xTCjrg
  3. https://groups.google.com/g/aloliv/c/2f8y_tSd7hQ
  4. https://groups.google.com/g/livrelivse/c/Yu_3Bo5uAs4
  5. https://groups.google.com/g/reklivs/c/hN_hb_ymN8M
  6. https://groups.google.com/g/aloliv/c/uB3ROc_Ro9M
  7. https://groups.google.com/g/livrelivse/c/KcpIRvIE0to
  8. https://groups.google.com/g/reklivs/c/kbnYKouRzDA
  9. https://groups.google.com/g/aloliv/c/DNwv8ekMmw4
  10. https://groups.google.com/g/livrelivse/c/SyZIj1D2lAE
  11. https://groups.google.com/g/reklivs/c/mHir-CRB2sk
  12. https://groups.google.com/g/aloliv/c/E4BKQr0F3L4
  13. https://groups.google.com/g/livrelivse/c/fKZElMBK4Oo
  14. https://groups.google.com/g/aloliv/c/NgD3qePkNnw
  15. https://groups.google.com/g/reklivs/c/-YCg08j887c
  16. <br>https://n...content-available-to-author-only...e.so/post/https-groups-google-com-g-aloliv-c-7e1ytouwdjg-https-groups-google-com-g-re--615ab2d1659da11ee6f3f5c1
  17. https://w...content-available-to-author-only...r.com/question/615ab067604ce0ee1435d45c
  18. http://w...content-available-to-author-only...l.com/submitlink.aspx?url=https://groups.google.com/g/aloliv/c/7E1YTouwDJg
  19. https://w...content-available-to-author-only...n.com/link/799419/book-was-very-helpful-good-menus-and-recipes-for-the-first
  20. http://w...content-available-to-author-only...s.org/link/1115588/book-was-very-helpful-good-menus-and-recipes-for-the-firstglobal _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