lc-3-2 / lc32sim

LC-3.2 simulator
0 stars 0 forks source link

Don't Skip Whitespace When Reading a Character #31

Closed ammrat13 closed 1 year ago

ammrat13 commented 1 year ago

The function operator>> skips leading whitespace if present. But, we want the input to be fed into the interpreted program directly.