LoginSignup
0
0

More than 5 years have passed since last update.

secureCoding > x86-32アーキテクチャ > フラグレジスタのレイアウト

Last updated at Posted at 2015-05-08

引用: C/C++ セキュアコーディング 第2版 by Robert C. Seacordら

図5-6 x86-32 アーキテクチャにおけるフラグレジスタのレイアウト

  • オーバーフロー (OF)
  • ディレクション (DF)
  • 割り込み (IF)
  • 符号 (SF)
  • ゼロ (ZF)
  • 補助キャリー (AF)
  • パリティ (PF)
  • キャリー (CF)

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0