Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MIPSにこの命令があるとします
lw $t0, 21($s0)
$s0小数を含む2022(4 の倍数ではない)
$s0
2022
ここで、アドレス$s0の計算時または計算後にアドレスを見るだけで例外が発生します21+$s0か?
21+$s0
例外は、アドレス21($ s0)、または2022 + 21=2043の10進数からロードしようとした場合に発生します。EPC例外が発生したときのロード命令のアドレスが含まれ、BadVaddrレジスタには10進数の2043が含まれている必要があります。
EPC
BadVaddr