Created
October 1, 2017 05:26
-
-
Save jarehec/86e2bba051b576176fb752280c8ba862 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
# writes 'Hello, Monty' to stdout | |
push 121 | |
push 116 | |
push 110 | |
push 111 | |
push 77 | |
push 32 | |
push 44 | |
push 111 | |
push 108 | |
push 108 | |
push 101 | |
push 72 | |
pstr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment