mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-19 18:46:43 +00:00
Fix header consistency
parent
f86c42a28e
commit
ee73f5042b
@ -645,7 +645,7 @@ else:
|
||||
CARRY_FLAG = 0
|
||||
```
|
||||
|
||||
# JC
|
||||
### JC
|
||||
#### Details
|
||||
| mnemonic | opcode | operands | carry | zero | sign | overflow | break |
|
||||
| -------- | ------ | -------- | ----- | ---- | ---- | -------- | ----- |
|
||||
@ -660,7 +660,7 @@ if CARRY_FLAG == 1:
|
||||
IP = target
|
||||
```
|
||||
|
||||
# JNC
|
||||
### JNC
|
||||
#### Details
|
||||
| mnemonic | opcode | operands | carry | zero | sign | overflow | break |
|
||||
| -------- | ------ | -------- | ----- | ---- | ---- | -------- | ----- |
|
||||
@ -719,7 +719,7 @@ else:
|
||||
CARRY_FLAG = 0
|
||||
```
|
||||
|
||||
# JO
|
||||
### JO
|
||||
#### Details
|
||||
| mnemonic | opcode | operands | carry | zero | sign | overflow | break |
|
||||
| -------- | ------ | -------- | ----- | ---- | ---- | -------- | ----- |
|
||||
@ -734,7 +734,7 @@ if OVERFLOW_FLAG == 1:
|
||||
IP = target
|
||||
```
|
||||
|
||||
# JNO
|
||||
### JNO
|
||||
#### Details
|
||||
| mnemonic | opcode | operands | carry | zero | sign | overflow | break |
|
||||
| -------- | ------ | -------- | ----- | ---- | ---- | -------- | ----- |
|
||||
|
Loading…
x
Reference in New Issue
Block a user