題目:
Addressing modes constitute a very important topic when people discuss alterna
tive designs of CPUs. Common addressing modes include register, immediate, dir
ect, and PC-relative mode, etc. Find a wrong statement from the following choi
ces.
(A)
Every CPU supports the direct addressing mode.
(B)
In practice, having immediate, direct, register, and indexed mode is enough fo
r almost all applications.
(C)
Compilers are in charge of finding the best addressing modes for statements wr
itten in high-level languages.
(D)
When offering a limited number of addressing modes, the architecture must make
sure that common applications will be computable.
(E)
none of the above.
答案是給A,我不是很明白為什麼,有辦法舉出反例之類的嗎,比如哪一種架構的電腦不
使用直接定址(只使用其他的定址方式)?
B選項的indexed mode也不是很懂...