mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-16 07:19:44 +00:00
Spacing fixes.
parent
8ce0eef4e7
commit
fd795d533b
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue