Question: 1 1 - ) ( 0 0 : 1 , 2 , 3 , 4 : PC: 1 , 2 , 3 , 5 ,

11-)(00:1,2,3,4: PC:1,2,3,5,7,9) In the basic (simple) computer named Mano, there are decimal numbers 60 and 70 in the hexadecimal memory addresses 100 and 101, respectively. The program that queries whether the LSB bits of these numbers are the same (if they are the same, sends hexadecimal 1 data to the output device, otherwise sends hexadecimal O data);
i. Write it in the assembly language of this computer (starting at hexadecimal 200).(Add comment lines next to the commands)10 points Hint: Initially, let AC-0001111010100100 and M(2001-0230. With the O AND 200 command, it will be AC-0000001000100000.
ii. Place the machine language equivalents (hexadecimal) of the program you wrote into memory.
iii. Calculate the total time for each command, including the fetch-decode phases. (clock frequency-100Hz).

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!