1/5
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
AND Instruction
Affects ZF, SF, PF, and OF flags in x86 processor.
OR Instruction
Affects ZF, SF, PF, OF, and CF flags in x86 processor.
XOR Instruction
Affects ZF, SF, PF, OF, and CF flags in x86 processor.
JG (Jump if Greater)
Checks ZF and SF compared to OF flags for jumping.
Subtraction Flags
CF, ZF, SF, OF, and PF flags are typically observed after a subtraction operation in x86 assembly.
CMP and JZ Instructions
CMP compares operands and sets flags, JZ jumps if ZF is set to 1 in x86 assembly.