Explain the actions of the CPU to run the above program Memo
Explain the actions of the CPU to run the above program Memory address Contents of memory location 1400 (B0) code for moving a value to register A 1401 (21) value to be moved 1402 (04) code for adding a value to register A 1403 (42) value to be added 1404 (04) code for adding a value to register A 1405 (12) value to be added 1406 (F4) code for halt
Solution
Actions :
The values is registers are displayed in HEXA and stored in binary actually.
