仮想アドレスの内容を特定のレジスタにロードするとき、プロセスの一部としてハードウェアとオペレーティング システムで発生する必要があるイベントの一般的なシーケンスは何ですか?
たとえば、LD 0xffe4ca32、R1
これに使われるアドレスは仮想アドレスですよね?また、物理アドレスを取得するには、まずアドレス変換を行う必要があります。
私の最初の質問は、
When this instruction executes, how is this instruction handled by the Hardware and Operating System?
2 つ目の質問は、
Is the "value" of that virtual address, 0xffe4ca32, the contents of its mapped physical address or is it the physical address itself?
R1に何がロードされているのかわかりません