Module bddisasm::rflags

source ·
Expand description

Describes the bits in the FLAGS register.

Constants§

  • Alignment check flag.
  • Auxiliary flag.
  • Carry flag.
  • Direction flag.
  • CPUID identification flag.
  • Interrupt flag.
  • I/O privilege level flag.
  • Nested task flag.
  • Overflow flag.
  • Parity flag.
  • Resume flag.
  • Sign flag.
  • Trap flag.
  • Virtual interrupts flag.
  • Virtual interrupt pending flag.
  • Virtual mode flag.
  • Zero flag.