Instructions

  1. 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

  1. SETNE/SETNZ register

It sets the value of register to 1 if zero flag is 0.

  1. mov rax, rbx

Move rbx value to rax.

Last updated