Created
March 17, 2015 13:02
-
-
Save mertyildiran/33989ef1806cae028d98 to your computer and use it in GitHub Desktop.
Toy Machine Homework
This file contains 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
start get | |
ifzero print | |
add total | |
store total | |
count | |
goto start | |
printf load total | |
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