Question: Fix this code using assembly ( I want to convert uppercase to lowercase) ;Convert the letter from uppercase to lowercase mov ecx,character mov al,[character] add
Fix this code using assembly ( I want to convert uppercase to lowercase)
;Convert the letter from uppercase to lowercase
mov ecx,character
mov al,[character]
add al, 20
mov ecx,a
int 80h
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
