Q-Write a code to input your nickname (User Input) in capital letter, print it out using small letters. Hint: Input/Output length should be fixed. (if your nickname is 4 letters, then 4 input, if its 3 then 3 input) *
Code:
.MODEL SMALL
.CODE PROC MAIN PROC
MOV AH,01H ;FOR INPUT VALUE //INPUT CAPITAL LETTER//ABU INT 21H ;INPUT
0 Comments
Post a Comment
thnaks for you comment...