lc-3-2 / lc32sim

LC-3.2 simulator
0 stars 0 forks source link

Remember to Flush on Output #41

Closed ammrat13 closed 1 year ago

ammrat13 commented 1 year ago

By default, stdout will not flush until a newline. Thus, explicitly flush whenever we output a character or a string. This PR also adds a newline after an IN trap.