Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

( a) Assume that a hypothetical computer contains a single data register, called an accumulator (A). Both instructions and data are 8 bits long. Memory

image text in transcribed

( a) Assume that a hypothetical computer contains a single data register, called an accumulator (A). Both instructions and data are 8 bits long. Memory is byte addressable. Instruction format provides 3 bits for the opcode and remaining bits for the memory direct address. Integer data uses 2's complement method, Partial list of assembly instructions includes the following: Opcode Operand Machine Code LDA Direct Memory 000 address STA Direct memory 001 address ADD Direct memory 010 address Meaning Load the data from memory to accumulator Store the data from accumulator to memory Add the memory contents to accumulator and store the result in accumulator This hypothetical computer uses program counter to keep track of program execution and instruction register for holding the instructions temporarily before decoding Answer the following: 1) Identify the instruction format. in) Identify the range of direct memory addresses inn) Write the program fragment to add the contents of memory word at address 15 to the contents of memory word at address 16 and store the result in memory location 16 Assume that program is stored starting from memory address 5. iv) Illustrate the fetch and execute cycles for the instructions written in (ul)

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

Step: 3

blur-text-image

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

Moving Objects Databases

Authors: Ralf Hartmut Güting, Markus Schneider

1st Edition

0120887991, 978-0120887996

More Books

Students also viewed these Databases questions