Advertisement
maximinus

Untitled

Apr 7th, 2012
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. ;Test of all compiler instructions. Should be fine in both upper and lower case
  2.  
  3. :start jsr start
  4. set a, b
  5. sub a, b
  6. mul a, b
  7. div a, b
  8. mod a, b
  9. shl a, b
  10. shr a, b
  11. and a, b
  12. bor a, b
  13. xor a, b
  14. ife a, b
  15. ifn a, b
  16. ifg a, b
  17. ifb a, b
  18.  
  19. JSR start
  20. SET a, b
  21. SUB a, b
  22. MUL a, b
  23. DIV a, b
  24. MOD a, b
  25. SHL a, b
  26. SHR a, b
  27. AND a, b
  28. BOR a, b
  29. XOR a, b
  30. IFE a, b
  31. IFN a, b
  32. IFG a, b
  33. IFB a, b
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement