Skip to content

Instantly share code, notes, and snippets.

@JellyWX
Last active November 29, 2018 09:23
Show Gist options
  • Save JellyWX/26f128fcac8a1071c4d4896b8b9828cb to your computer and use it in GitHub Desktop.
Save JellyWX/26f128fcac8a1071c4d4896b8b9828cb to your computer and use it in GitHub Desktop.
Max of 3 numbers in Little Man Computer
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