Search code examples
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
Setting and Clearing the Carry Flag with Addition and Subtraction...


assemblyx86masm32carryflageflags

Read More
State of EFLAGS...


assemblyx86-64inline-assemblyeflags

Read More
Why parity flag is 1 while number of ones is odd...


assemblyx86-16emu8086eflags

Read More
Why auxiliary flag is 0 when there is a borrow between nibbles...


assemblyx86x86-16bcdeflags

Read More
What is the default value of the Zero Flag in x86 assembly MASM?...


assemblyx86masmeflags

Read More
ASM8086: mul, imul, carry flag and overflow flag...


assemblyx86integer-overflowcarryflageflags

Read More
BackNext