Skip to content

Instantly share code, notes, and snippets.

@youknowone
Created March 24, 2015 12:27
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 youknowone/91e965874d12d7ea6ad3 to your computer and use it in GitHub Desktop.
Save youknowone/91e965874d12d7ea6ad3 to your computer and use it in GitHub Desktop.
$ cat loop.aheuis
push 1000000
loop: dup
brz halt
push 1
sub
jmp loop
halt: popnum
halt
$ python aheui.py loop.aheuis
0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment