Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2. (40 pts) For the simple computer developed in class, assume it is now word-addressable (NOT byte addressable). Consider the following program starting in memory

image text in transcribed

2. (40 pts) For the simple computer developed in class, assume it is now word-addressable (NOT byte addressable). Consider the following program starting in memory location 0. 0000000000001010 0010000000000100 0000000000001010 0010000000000101 0010000000000011 0001000000000000 Assume the contents of locations 10, 12, 14 are 4, 6, 8, respectively. The content of AC is zero before the program is executed. 1) Translate each memory line in the above program into an assembly instruction (e.g., with opcode ADD or JMP). For example, the first instruction can be written as ADD 0b1010 or ADD 10. (10 pts) % 2) Write down the execution sequence of those instructions. Note that JMP can change the execution sequence. No need to write any microinstructions. (10 pts). 3) What will be the content of AC in two cases: (a) before the first execution of the last instruction (i.e., the last line in the above program: 0001000000000000) and (b) after the execution of the entire program? Show how you get your answers for partial credit. (10 pts each) 2. (40 pts) For the simple computer developed in class, assume it is now word-addressable (NOT byte addressable). Consider the following program starting in memory location 0. 0000000000001010 0010000000000100 0000000000001010 0010000000000101 0010000000000011 0001000000000000 Assume the contents of locations 10, 12, 14 are 4, 6, 8, respectively. The content of AC is zero before the program is executed. 1) Translate each memory line in the above program into an assembly instruction (e.g., with opcode ADD or JMP). For example, the first instruction can be written as ADD 0b1010 or ADD 10. (10 pts) % 2) Write down the execution sequence of those instructions. Note that JMP can change the execution sequence. No need to write any microinstructions. (10 pts). 3) What will be the content of AC in two cases: (a) before the first execution of the last instruction (i.e., the last line in the above program: 0001000000000000) and (b) after the execution of the entire program? Show how you get your answers for partial credit. (10 pts each)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Security

Authors: Alfred Basta, Melissa Zgola

1st Edition

1435453905, 978-1435453906

More Books

Students also viewed these Databases questions

Question

=+you think is being taxed when more money is printed? Why?

Answered: 1 week ago