Advertisement
claukiller

Untitled

May 16th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 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. or
  22. outi
  23.  
  24. #line 3
  25. ' * Write
  26. pushi 0
  27. pushi 1
  28. or
  29. outi
  30.  
  31. #line 4
  32. ' * Write
  33. pushi 1
  34. pushi 1
  35. or
  36. outi
  37.  
  38. #line 5
  39. ' * Write
  40. pushi 0
  41. pushi 0
  42. or
  43. outi
  44. ret 0, 0, 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement