Assembly Language bug with space character
- by Bobby
Having a bit of difficulty getting my input to print once a white space character is inputted. So far, i have it to display the uppercase/lowercase of the input but once i enter a string it doesnt read whats after the white space character. any suggestions?
EDIT: intel x86 processor and im using EMU8086
org 100h
include 'emu8086.inc'
printn…