mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-19 18:46:43 +00:00
fixed broken link
parent
b24b95f7fc
commit
934a2e77b5
@ -362,7 +362,7 @@ Conditional jumps are instructions that only change the IP if a condition is met
|
|||||||
| JNZ | Jump if not zero | `ZF = 0`|
|
| JNZ | Jump if not zero | `ZF = 0`|
|
||||||
| JZ | Jump if zero | `ZF = 1`|
|
| JZ | Jump if zero | `ZF = 1`|
|
||||||
|
|
||||||
You can read the FLAGS section on the [CPU page](https://github.com/simon987/Much-Assembly-Required/wiki/Central-processing-unit-(CPU)#the-flags-register) to know exactly in which condition the flags are set.
|
You can read the FLAGS section on the [CPU page](https://github.com/simon987/Much-Assembly-Required/wiki/CPU#the-flags-register) to know exactly in which condition the flags are set.
|
||||||
|
|
||||||
Let's say that we wanted to check if the value of the register A was equal to 5, we could do this:
|
Let's say that we wanted to check if the value of the register A was equal to 5, we could do this:
|
||||||
```assembly
|
```assembly
|
||||||
|
Loading…
x
Reference in New Issue
Block a user