Search code examples
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
How to jump if the AF flag is 1?...

assemblyemu8086eflags

Read More
Assembler 8086 status FLAGS...

assemblyx86-16eflags

Read More
What does "set according to the result" mean in Intel's SDM manuals?...

assemblyx86x86-64eflags

Read More
How to set carry flag in specific bit in GPR without shifts / rotations?...

assemblyx86bit-manipulationcarryflageflags

Read More
Does it cost significant resources for a modern CPU to keep flags updated?...

performanceassemblycpu-architecturemicro-optimizationeflags

Read More
Reason to use the carry bit and the overflow bit...

assemblyembeddedflagscarryflageflags

Read More
How can I set or clear overflow flag in x86 assembly?...

assemblyx86eflags

Read More
Why is the overflow flag not being set in this example?...

assemblyx86cpu-registerseflagssigned-overflow

Read More
x86 register flag abbreviations...

assemblyx86masmeflags

Read More
Assembly comparison flags understanding...

assemblyx86eflags

Read More
Carry Flag, Auxiliary Flag and Overflow Flag in Assembly...

assemblyx86overfloweflags

Read More
Assembly - Carry flag VS overflow flag...

assemblyx86carryflageflagssigned-overflow

Read More
Carry flag of the operation 0 - 1 in 8 bit register...

assemblyx86carryflageflags

Read More
CF, OF in flag register during data overflow...

assemblyx86integer-overflowemu8086eflags

Read More
How are the SCAS and MOVS instructions affected by the value of the direction EFLAG?...

assemblyx86masm32string-operationseflags

Read More
Direction Flag in x86...

assemblyx86microprocessorseflags

Read More
Ho to set the zero flag with lldb?...

lldbeflags

Read More
Why would one avoid using POPF to restore Interrupt Flag state?...

assemblyx86nasminterrupteflags

Read More
How Does Setting/Unsetting MASM Flags Work...

assemblyx86conditional-statementsmasmeflags

Read More
simulate jg instruction(datalab's isGreater)...

cassemblyinstructionseflags

Read More
Is there a better method to preserve DF in function or subroutine...

assemblyx86-16eflags

Read More
What's the purpose of "AND AL,0xFF"?...

assemblybitwise-operatorseflags

Read More
C Pointer to EFLAGS using NASM...

cpointersx86nasmeflags

Read More
BackNext