Question: .Model small stack 100h code main proc mov Ah, 1 Int 21h: key in mov dl, al cmp dl, 90 jz cap2 cmp dl, 122

 .Model small stack 100h code main proc mov Ah, 1 Int

.Model small stack 100h code main proc mov Ah, 1 Int 21h: key in mov dl, al cmp dl, 90 jz cap2 cmp dl, 122 add dl, 1 call display call finish cap2: add dl, 7 call display call finish lcz: suB dl 57 call display call finish Display proc mov ah, 6 int 21h ret display endp finish proc mov ax, 4c00h int 21h finish endp main endp end main .Model small stack 100h code main proc mov Ah, 1 Int 21h: key in mov dl, al cmp dl, 90 jz cap2 cmp dl, 122 add dl, 1 call display call finish cap2: add dl, 7 call display call finish lcz: suB dl 57 call display call finish Display proc mov ah, 6 int 21h ret display endp finish proc mov ax, 4c00h int 21h finish endp main endp end main

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!