Question

The hypothetical machine of Figure 3.4 also has two I/O instructions:0011 = Load AC from I/O0111...

The hypothetical machine of Figure 3.4 also has two I/O instructions:

0011 = Load AC from I/O

0111 = Store AC to I/O

In these cases, the 12-bit address identifies a particular I/O device. Show the program execution (using the format of Figure 3.5) for the following program:

1. Load AC from device 5.


2.  Add contents of memory location 940.


3.  Store AC to device 6.

Assume that the next value retrieved fromdevice 5 is 3 and that location 940 contains a value of 2.

Example of Program Execution (contents of memory and registers in hexadecimal)

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Program execution as per figure 3.5 from textbook:

Step 1: Instruction Register (IR) 3005.

Step 2: Accumulator (AC) 3

Step 3: Instruction Register (IR) 5940

Step 4: Accumulator (AC) 5 (3 +2)

Step 5: Instruction Register (IR) 7006

Step 6: Device 6 Accumulator (AC)

Explanation:

• Instruction register (IR) is the one which stores instruction currently being executed or decoded.

• Program counter (PC) is the one that holds address of the instruction being executed at current time.

• 12 bits is used to specify the address and 4 bits in the IR indicates accumulator to be loaded.

Let the contents of memory location be,

• 300 : 3005

• 301 : 5940

• 302 : 7006

Step 1:

In step1 the “Program Counter” holds the value of “300” and “Instruction register” holds contents of address “300” that is “3005”.

C:\Users\301642\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.Outlook\RB5Q66B9\719582-3-1P_1.jpg

Step 2 & Step 3:

The content of address location “005” is moved to the accumulator and Instruction register holds the value “5940

C:\Users\301642\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.Outlook\RB5Q66B9\719582-3-1P_2.jpg

Step 4:

Add contents of Accumulator with contents of address “940” and stored back to accumulator.

C:\Users\301642\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.Outlook\RB5Q66B9\719582-3-1P_3 (3).jpg

Step 5:

The next instruction (7006) is fetched from location 302 and PC is incremented.

C:\Users\301642\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.Outlook\RB5Q66B9\719582-3-1P_4 (2).jpg

Step 6:

The contents of the AC are stored in location 006

C:\Users\301642\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.Outlook\RB5Q66B9\719582-3-1P_5 (2).jpg

Thus, execution steps for the given problem according to figure 3.5 from text book is done.

Add a comment
Know the answer?
Add Answer to:
The hypothetical machine of Figure 3.4 also has two I/O instructions:0011 = Load AC from I/O0111...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • The hypothetical machine of Figure 3.4 has two I/O instructions: 0011 = Load AC from I/O...

    The hypothetical machine of Figure 3.4 has two I/O instructions: 0011 = Load AC from I/O 0111 = Store AC to I/O In these cases, the 12-bit address identifies a particular I/O device. Show the program execution (using the format of Figure 3.5) for the following program: 1. Load AC from device 5. 2. Add contents of memory location 940. 3. Store AC to device 6. Assume that the next value retrieved from device 5 is 3 and that location...

  • Computer Architecture-

    The hypothetical machine of figure 3.4 has two instructions:1100 = load AC from I/O1110 = Store AC to I/OIn these cases, the 12-bit address identifies a particular I/O device. Show the program execution (using the format of figure 3.5) for the following program:1. Load AC from device 82. Add contents of memory location 9403. Store AC to device 9Assume the next value retrieved from device 8 is 3 and location 940 has a value of 2

  • Consider a hypothetical computer with an instruction set of only two n-but instructions. The firs...

    Consider a hypothetical computer with an instruction set of only two n-but instructions. The first bit specifies the opcode, and the remaining bits specify one of the 2-1 n-bit words of main memory. The two instructions are as follows: SUBS X: Subtract the contents of location X from the accumulator, and store the result in location X and the accumulator JUMP X: Place address X in Program Counter A word in memory may contain either an instruction or a binary...

  • High-level computer languages are created to be understood by humans. As a result, the keywords and...

    High-level computer languages are created to be understood by humans. As a result, the keywords and the commands of these languages are easy to understand. Machine languages are harder to understand and operate. For this assignment, you should assume that the memory cells at addresses F0 to F9 are in the machine described in FIGURE 1, and that it contains the hexadecimal bit patterns described in the following table. Note: Each memory address contains 2 values that must be used...

  • Problem #1 (25 points) Address Space, Memory Consider a hypothetical 18-bit processor called HYP18 with all...

    Problem #1 (25 points) Address Space, Memory Consider a hypothetical 18-bit processor called HYP18 with all registers, including PC and SP, being 18 bits long. The smallest addressable unit in memory is an 8-bit byte. A. (4 points) What is the size of HYP18's address space in bytes and KB? How many address lines does HYP18 require? Address space: Bytes Address space: KB (KiloBytes). Address bus lines: B. (6 points) Assume that first quarter of the address space is dedicated...

  • 1) We would like to design a bus system for 32 registers of 16 bits each....

    1) We would like to design a bus system for 32 registers of 16 bits each. How many multiplexers are needed for the design? Select one: 5 16 1 4 32 2) The basic computer can be interrupted while another interrupt is being serviced. Select one: True False 3) If the Opcode bits of an instruction is 111, then the basic computer instruction type is either memory-reference or input-output. Select one: True False 4) The content of AC in the...

  • There is an example below Now that everything is working you can try the following exercises. To complete them you wi...

    There is an example below Now that everything is working you can try the following exercises. To complete them you will need to refer to the documentation in Appendix A The MiteASM Assembler and Appendix B The MiteFPGA Processor. Write an assembly language program for an over counter for a cricket umpire. This should 1. display a count on the 7-segment display. The count should increase by 1 when button 0 is pressed. It should reset to 0 when button...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT