In my .asm code, i take keyboard input from the user which is stored in al register, So how to move value from al to si. When i directly try
mov si, al
then this error shows up - invalid combination of upcode and operands.
In my .asm code, i take keyboard input from the user which is stored in al register, So how to move value from al to si. When i directly try
mov si, al
then this error shows up - invalid combination of upcode and operands.