Instructions
je <Address>
This will jump to address if ZF is set to 1, otherwise if ZF(zero flag) is zero it won't make the jump to that address.
2.jne <address>
Is exact oop of earlier
It sets the value of register to 1 if zero flag is 0.
mov rax, rbx
Move rbx value to rax.
Last updated