Convert the following pseudo-code into assembly language
program:
Initialize count to 0
Read a character
WHILE character <> carriage return Do
IF (‘A’ <= character) and (character <= ‘Z’)
THEN
count = count + 1
END_IF
Read a character
END_WHILE
Convert the following pseudo-code into assembly language program: Initialize count to 0 Read a character WHILE character
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Convert the following pseudo-code into assembly language program: Initialize count to 0 Read a character WHILE character
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!