Advertisement
claukiller

Untitled

May 16th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1.  
  2. #source "inputxor.txt"
  3.  
  4.  
  5. ' Invocation to the main function
  6. call main
  7. halt
  8.  
  9.  
  10. #line 1
  11.  
  12. main:
  13. ' * Parameters
  14. ' * Local variables
  15. enter 0
  16.  
  17. #line 2
  18. ' * Write
  19. pushi 1
  20. pushi 0
  21. outi
  22.  
  23. #line 3
  24. ' * Write
  25. pushi 0
  26. pushi 1
  27. outi
  28.  
  29. #line 4
  30. ' * Write
  31. pushi 1
  32. pushi 1
  33. outi
  34.  
  35. #line 5
  36. ' * Write
  37. pushi 0
  38. pushi 0
  39. outi
  40. ret 0, 0, 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement