retagged by
1,889 views
5 votes
5 votes

Which of the following is a design criteria for instruction formats?

  1. The size of instructions
  2. The number of bits in the address fields
  3. The sufficient space in the instruction format to express all the operands desired
  4. All of these
retagged by

1 Answer

Best answer
1 votes
1 votes

ans is D all

Design Criteria for Instruction Formats (How to outlast the current processor.)

1. Size of the Instructions balance instruction size vs. required capabilities, addressing, and inst. fetch times typically word length or multiple word lengths 1a. Consider the instruction fetch and instruction building required multiple word fetches require more time … leading to fewer instructions per second (average memory access time and I-cache make a difference)

2. Include enough bits to define “ALL” operations allow for future growth provide some “unassigned” opcodes

3. Determine any address range or size limitations a 32-bit address by byte accesses only 4GB of space the number of RISC registers defines the address field size (32 reg  5 bits each) 

selected by
Answer:

Related questions

4 votes
4 votes
1 answer
1
go_editor asked Jul 29, 2016
1,898 views
Match the following:$\begin{array}{} {} & {\textbf{List -I}} & {} & {\textbf{List-II}} \\ \text{a.} & \text{Indexed addressing} & \text{i.} & \text{is not used when ...
1 votes
1 votes
2 answers
2
Sanjay Sharma asked May 11, 2016
1,807 views
Serial access memories are useful in applications whereData consists of numbersShort access time is requiredEach stored word is processed differently.None of these