Write a Little Man program to accept an indefinite number of input values. The output value will be the largest of the input values. You should use the value 0 as a flag to indicate the end of input
This is what I have done so far.
INP
STA FIRST
BRZ ENDWH
BRA WHILE ENDWH HLT
ZERO
DAT
TEN