retagged by
1,159 views
2 votes
2 votes
Q1) How processor knows the instruction is one word or more?

Q2) Is it possible that opcode in instruction is greater than word size?

Q3) What is the format of PSW and how many PSW registers are there?
retagged by

1 Answer

1 votes
1 votes
Q1) How processor knows the instruction is one word or more?

at the time of decoding the cpu come to know whether the instruction is one word or more ...genrally store in Prefetched queue but its depends upon you whether your cpu is support queue or not bcz not all the cpu generally support it ..

 

Q2) Is it possible that opcode in instruction is greater than word size?

 multiple memory reference  are require to fetch the opcode only therefore this kind of condition is not in working ..

 
 

Q3) What is the format of PSW and how many PSW registers are there?

PSW stands for program status word which stores the information about the state of the program.

It contain many registers like carry, zero, sign , overflow et
edited by

Related questions

4 votes
4 votes
3 answers
1
2 votes
2 votes
1 answer
2
aditi19 asked Dec 10, 2018
1,516 views
is the CPI of RISC processor always 1?