Search code examples
Explain how the AF flag works in an x86 instructions?...


cassemblyx86eflagsx86-emulation

Read More
Assembly x86 flags- overflow flag...


assemblyx86flagseflagssigned-overflow

Read More
Can the status register influence data storage in a CPU?...


assemblyx86cpu-architecturecpu-registerseflags

Read More
Windows API SetThreadContext does not set EFlags Carry Flag...


windowsassemblywinapimachine-codeeflags

Read More
How to understand "The XX flag is undefined/clear/set" in x86 manual?...


assemblyx86inteleflags

Read More
What is wrong with my derivation of this carry flag result for SUB?...


assemblyx86integer-arithmeticcarryflageflags

Read More
Intel x86 Assembly - Reading and copying the carry flag...


assemblyx86flagscarryflageflags

Read More
Assembly - JG/JNLE/JL/JNGE after CMP...


assemblyx86eflags

Read More
Are there any internal descriptions of the RFLAGS 32-63 bits?...


assemblyx86-64flagseflags

Read More
What is the purpose of the Parity Flag on a CPU?...


assemblycpu-architectureparityeflags

Read More
Why doesn't bitwise NOT affect the ZF bit or any other FLAGS?...


assemblyx86cpu-architectureeflags

Read More
Assembly: do MOV or DEC influence zero flag?...


assemblyx86eflags

Read More
Assembly Language instructions that do not change EFLAGS...


assemblyx86eflags

Read More
How to determine when zero flag, sign flag, overflow flag and carry flag are set?...


assemblyx86eflags

Read More
Why does the Zero Flag exist?...


assemblyx86comparisoncpu-architectureeflags

Read More
Explanation of setting the overflow flag...


assemblyx86masminteger-overfloweflags

Read More
ROR turns on the Overflow flag...


assemblyx86eflags

Read More
Problem in understanding the overflow flag (OF) as defined by the IMUL instruction...


assemblyx86eflags

Read More
How is the sign flag calculated with the imul instruction?...


assemblyx86eflags

Read More
How to read and write x86 flags registers directly?...


assemblyx86eflags

Read More
Why is the Overflow-Flag only set when single shifts are used?...


assemblyx86cpu-architecturebit-shifteflags

Read More
ZF not set as a result of MUL instruction in assembly language...


assemblyx86masmirvine32eflags

Read More
What is the ZF behavior for the imul instruction?...


assemblyx86eflags

Read More
Why does cmp 0x84,0x30 trigger the overflow flag?...


assemblyx86eflagssigned-overflow

Read More
How to display flags in Visual Studio Registers panel?...


visual-studioassemblyx86visual-studio-debuggingeflags

Read More
check if carry flag is set...


cgccx86carryflageflags

Read More
Arithmetic identities and EFLAGS...


assemblyx86x86-64eflags

Read More
Sub instruction and affected flags on x86: can SUB set SF != CF?...


assemblyx86eflags

Read More
Explain how the flags work in conditional jumps in Assembly language...


assemblyx86conditional-statementseflags

Read More
x86 sbb with same register as first and second operand...


assemblyx86cpu-registerscarryflageflags

Read More
BackNext