Lower-case to Upper-case in Assembly Language Program

Program to convert lower-case to upper-case in Assembly Language.



TITLE Write Assembly program to Input Lower Case letter from user and display it’s upper case. (Subtract 32 in ASCII)

.model small
.stack

.code

;Input character
mov ah,07h;
int 21h;

;Capitalize
sub al,32

;print character
mov ah,02h;
mov dl,al;
int 21h;

;Give control back to OS
mov ah,4ch
int 21h

end


You might be interested in

Upper-Case to Lower-Case in Assembly Language Program

4 comments:

  1. LOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOOLOLO<L

    ReplyDelete
  2. Samtgemeinde Sögel Immigration… [...]the time to read or visit the content or sites we have linked to below the[...]…

    ReplyDelete
  3. Air Jordan 6'9 Double-Edge Razor - Jordan6Retro
    Compare prices and find an amazing price for the Air Jordan 6'9 how can i order jordan 18 white royal blue Double-Edge air jordan 18 retro clearance Razor. air jordan 18 retro toro mens sneakers (United air jordan 18 retro free shipping States) air jordan 18 retro men blue from me at a low price. Compare the top-rated brands

    ReplyDelete