X86-assembly/Instructions/jnp
Jump to navigation
Jump to search
You might also see: Parity Flag (PF)
You are here: | jnp
|
Description
IF (PF==0) THEN JMP adr
Examples
.text:0040142E jnp short no_parity ; if rdtsc is not even, take jump
.text:00401430 mov byte ptr [edi], 2Ah ; user_id[2] = 0x2A
.text:00401433
.text:00401433 no_parity:
.text:00401433 inc edi
.text:00401434 mov byte ptr [edi], 2Ah