📜  门| GATE-CS-2006 |第85章

📅  最后修改于: 2021-06-29 22:07:24             🧑  作者: Mango

CPU具有24位指令。程序从地址300(十进制)开始。以下哪个是合法程序计数器(所有值均为十进制)?
(A) 400
(B) 500
(C) 600
(D) 700答案: (C)
解释:

Here, size of instruction  =  24/8 = 3 bytes.

Program Counter can shift 3 bytes at a time to jump to next instruction.

So the given options must be divisible by 3. only 600 is satisfied.

这个问题的测验