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.
DOS のような単純な OS のプログラム ローダーは、フロッピーまたは HDD からプログラム コードを読み取り、そのバイト コードを RAM に移動します。
質問 1 : バイト コードは正確にどこに移動されますか? RAMのヒープ、スタック、または別の領域に?
この asm コードを見てみましょう: mov eax, 5. 「5」もRAMに移動する値です。
mov eax, 5
質問 2 : どのように値を に移動できますeaxか? そのためのmov-opcodeは存在しますか?
eax