Skip to content

Instantly share code, notes, and snippets.

@paultag
Created September 4, 2014 01:21
Show Gist options
  • Save paultag/2b9c8b17350c7a52bc46 to your computer and use it in GitHub Desktop.
Save paultag/2b9c8b17350c7a52bc46 to your computer and use it in GitHub Desktop.
DEF_NAME print
DEF_CONST omgfst "omgfast"
DEF_LABEL hi
LOAD_GLOBAL print
LOAD_CONST omgfst
CALL_FUNCTION 1
POP_TOP
JUMP_ABSOLUTE hi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment