Marvee Amasi
DIIDevHeads IoT Integration Server
•Created by Marvee Amasi on 9/27/2024 in #firmware-and-baremetal
Understanding cmp Instruction in Assembly and Debugging with GDB
So if cmp is setting the condition flags based on eax - [rbp-0x70], it must be setting the zero flag (ZF) in case they're equal, which the jne instruction relies on to decide whether to jump or not, correct?
5 replies