Discussion:
lab 5 input
(too old to reply)
Brian Solomon
2005-11-22 02:16:08 UTC
Permalink
The course packet says the user terminates the memory loading phase by
entering a negative value, but it also says to do hex_in until the user hits
enter which makes a newline character, so do we terminate on a negative
value and a '/n' ?
IV
2005-11-22 04:01:00 UTC
Permalink
Post by Brian Solomon
The course packet says the user terminates the memory loading phase by
entering a negative value, but it also says to do hex_in until the user hits
enter which makes a newline character, so do we terminate on a negative
value and a '/n' ?
'\n' End a line, which is a single number. The negative number ends
the input phase, which means that the entire program has been entered.
Loading...