722 views

1 Answer

2 votes
2 votes
Instruction size = $32$ $bit$

Address size = $\log 2^{28}$ = $28$ $bit$

Total number of zero address instruction = $2^{32}$ – $10*2^{28}$ = $2^{28}(2^{4} - 10)$ = $6*2^{28}$

Related questions

328
views
0 answers
1 votes
kidussss asked Sep 1, 2022
328 views
1. In memory hierarchy the fattest memory type is cache memory next to register. So describe mapping process(transformation data from memory to cache memory)
236
views
0 answers
0 votes
kidussss asked Sep 1, 2022
236 views
1. Assume to transfer serial data we use shift register. So if we need to transfer 8 bit data to 8 bit shifter register:a) Show the content of shift ... data using diagram. c) Determine how many shifting is performed to transfer all data?
382
views
0 answers
0 votes
lucifer069 asked Sep 15, 2021
382 views
Consider the following assembly code:Instruction DescriptionLD R1, 45(R2) Read data from memory and store in R1. Memory address is calculated by adding 45 to ... that would have required in a non-pipelined processor to run thesame program.
328
views
0 answers
0 votes
lucifer069 asked Sep 15, 2021
328 views
A computer system contains a main memory of 32KB. It also has a 4KB cache divided into four-lines/set with 64B per line. Assume that thecache is initially ... Assume an LRUpolicy for block replacement. Show the state of cache at the end.