スタックポインタを動かさずに、スタックポイン タよりも 128 byte 小さい アドレスまでのメモリ 領域を勝手に使うというコンパイラの最適化 - 赤い部分にある値が勝手に使われる 画像はWriting an OS in Rust(2nd Edition) Disable the Red Zone https://os.phil-opp.com/red-zone/ から引用
割り込みが来て→のように書き込ま れる iii. もとの関数がRedZoneを読み出す iv. \(^q^)/ 画像はWriting an OS in Rust(2nd Edition) Disable the Red Zone https://os.phil-opp.com/red-zone/ から引用