Skip to content

Instantly share code, notes, and snippets.

@hborders
Forked from benjaminplee/ length as stack top
Created March 30, 2010 04:42
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 hborders/348765 to your computer and use it in GitHub Desktop.
Save hborders/348765 to your computer and use it in GitHub Desktop.
:start
duplicate
not
goto done
push 1
add
duplicate
push 2
subtract
push 3 -1
roll
push -1
roll
push 1
goto start
:done
pop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment