Created
September 4, 2014 01:21
-
-
Save paultag/2b9c8b17350c7a52bc46 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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