Question: 8. Write a code segment that collects the capital letters in memory starting at CAPITAL and small letters in memory location starting at SMALL. Hex

8. Write a code segment that collects the capital letters in memory starting at CAPITAL and small letters in memory location starting at SMALL. Hex code for 'A*_*Z' is from 41 to 5A: hex code for 'a' - 'z'is 61 to 7A. (20) data segment char_string db 'AKlas 4BNZSdfg?23' capital db small db' code segment
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
