Skip to content

Instantly share code, notes, and snippets.

@athos
Created April 2, 2014 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save athos/9930821 to your computer and use it in GitHub Desktop.
Save athos/9930821 to your computer and use it in GitHub Desktop.
[:add z x y]
[:sub z x y]
[:mul z x y]
[:div z x y]
[:rem z x y]
[:eq x y]
[:lt x y]
[:gt x y]
[:neg]
[:push z x]
[:pop z]
[:jnz label]
[:jz label]
[:j label]
[:rd z]
[:pr z]
[:rdi z]
[:pri z]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment