mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-28 15:03:40 +01:00
Spacing fixes.
parent
8ce0eef4e7
commit
fd795d533b
@ -400,7 +400,7 @@ The number I give as examples has been made using BYTE size:
|
|||||||
- Subtype 0 [08]: If equal, execute next line (else skip next line).
|
- Subtype 0 [08]: If equal, execute next line (else skip next line).
|
||||||
- Subtype 1 [48]: If equal, execute next 2 lines (else skip next 2 lines).
|
- Subtype 1 [48]: If equal, execute next 2 lines (else skip next 2 lines).
|
||||||
- Subtype 2 [88]: If equal, execute all the codes below this one in the same row (else execute none of the codes below).
|
- Subtype 2 [88]: If equal, execute all the codes below this one in the same row (else execute none of the codes below).
|
||||||
- Subtype 3 [C8]: While NOT EQUAL,turn off all codes (infinite loop on the code).
|
- Subtype 3 [C8]: While NOT EQUAL, turn off all codes (infinite loop on the code).
|
||||||
|
|
||||||
|
|
||||||
#### Type 2 – If NOT equal… (can be called "20", "21" and "22")
|
#### Type 2 – If NOT equal… (can be called "20", "21" and "22")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user