|
Experiment #4 Segmentation & Addressing Modes |
|
Read the material of Exp#4 from the lab manual.
|
1. Write a program that reads 2 4-digit numbers as strings, then it calculates the sum and display it on the screen. Make sure to take the carry into account. You will need Indexed or Based Addressing Modes. 2. Write a program that reads a string from the user in lower case letters, and displays it on the screen in upper case letters
|