Last active
November 29, 2018 09:23
-
-
Save JellyWX/26f128fcac8a1071c4d4896b8b9828cb to your computer and use it in GitHub Desktop.
Max of 3 numbers in Little Man Computer
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
start INP | |
BRZ end | |
STA 98 | |
SUB 99 | |
BRP store | |
LDA 97 | |
STA 98 | |
BRA start | |
store LDA 98 | |
STA 99 | |
LDA 97 | |
STA 98 | |
BRA start | |
end LDA 99 | |
OUT | |
HLT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment