Guest User

Untitled

a guest
Jul 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. C:\bin\src>llc test.bc -o test.asm --x86-asm-syntax=intel
  2.  
  3. C:\bin\src>nasm test.asm -o test.exe
  4. test.asm:1: error: attempt to define a local label before any non-local labels
  5. test.asm:1: error: parser: instruction expected
  6. test.asm:2: error: attempt to define a local label before any non-local labels
  7. test.asm:3: error: attempt to define a local label before any non-local labels
  8. test.asm:3: error: parser: instruction expected
  9. test.asm:4: error: attempt to define a local label before any non-local labels
  10. test.asm:4: error: parser: instruction expected
  11. test.asm:5: error: attempt to define a local label before any non-local labels
  12. test.asm:5: error: parser: instruction expected
  13. test.asm:6: error: parser: instruction expected
  14. BB#0::4: error: parser: instruction expected
  15. BB#0::5: error: parser: instruction expected
  16. BB#0::6: error: label or instruction expected at start of line
  17. BB#0::10: error: parser: instruction expected
  18. BB#0::13: error: parser: instruction expected
  19. BB#0::16: error: parser: instruction expected
  20. BB#0::17: error: symbol `.align' redefined
  21. BB#0::17: error: parser: instruction expected
  22. BB#0::18: error: parser: instruction expected
  23. BB#0::19: error: parser: instruction expected
  24. BB#0::3: error: parser: instruction expected
  25. BB#0::10: error: parser: instruction expected
  26. BB#0::13: error: expression syntax error
  27. BB#0::14: error: parser: instruction expected
  28. BB#0::16: error: parser: instruction expected
  29. BB#0::17: error: expression syntax error
  30. BB#0::20: error: parser: instruction expected
  31.  
  32. C:\bin\src>
Add Comment
Please, Sign In to add comment