Question: write a program that performs the following: (Assembly Language ) 1. Originates at memory location H'8000. 2. Examines memory locations H'8100 to H'81FF and memory
write a program that performs the following:
(Assembly Language )
1. Originates at memory location H'8000.
2. Examines memory locations H'8100 to H'81FF and memory location H'8200 to H'82FF.
3. If It stores the lower unsigned number in memory location H'81xx range and the higher number in memory location H'82xx range.
For example - if your data starts like this -
8100 CC -- 8200 23
8101 4F -- 8201 72
8102 85 -- 8202 d4
8103 E3 -- 8203 56
etc.
It will end up looking like this
8100 23 -- 8200 CC
8101 4F -- 8201 72
8102 85 -- 8202 d4
8103 56 -- 8203 E3
etc.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
