recategorized by
294 views
1 1 vote

 

Consider a processor with 30 general purpose registers and an instruction set size of 28. Each instruction has 4 fields as shown below

 

Instruction Code

Operation | Source Reg | Source Reg | Destination Reg

 

Let the program length is 80 instructions and type of memory used to store the program is Byte Addressable. The amount of memory used to store the program is ____ Bytes.

(Note: The program is stored in Byte aligned fashion)

 

ANSWER- 240 bytes

Please log in or register to answer this question.

Position:
Show:

Related questions

1 1 vote
1 1 answer
913
913 views
squirrel69 asked Nov 5, 2023
913 views
I have seen lots of questions like this :A load-store architecture in which memory operation applied only on LOAD and STORE instructions and other all operations are REG-...
1 1 vote
1 answers 1 answer
2.1k
2.1k views
isriram asked Jun 9, 2022
2,116 views
Consider a system which supports only 1-address type instructions. The size of memory the system has is $2^m$ KB. The system supports ' i ' distinct instructions. The len...
0 0 votes
1 answers 1 answer
1.6k
1.6k views
Swarnava Bose asked Oct 21, 2021
1,553 views
Consider a system with 16 Registers(Ro,R1,...R8).An instruction SUB Ro,R1 , which is two bytes long,what is the space assigned to the opcode field (in bits) ?
1 1 vote
2 2 answers
1.8k
1.8k views