Skip to content

Instantly share code, notes, and snippets.

@mertyildiran
Created March 17, 2015 13:02
Show Gist options
  • Save mertyildiran/33989ef1806cae028d98 to your computer and use it in GitHub Desktop.
Save mertyildiran/33989ef1806cae028d98 to your computer and use it in GitHub Desktop.
Toy Machine Homework
start get
ifzero print
add total
store total
count
goto start
printf load total
print
stop
count add counter
add 1
store counter
print counter
total 0
counter 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment