mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-09-29 22:43:19 +02:00
docs: update cheats doc to clarify register usage on Code Type 5
This adds additional clarification for "Register Address Encoding" mode of Code Type 5 that the "R" nibble reflects both the destination as well as the base memory address.
This commit is contained in:
parent
6a408e3bc6
commit
8a1f420f86
@ -128,7 +128,7 @@ Code type 5 allows loading a value from memory into a register, either using a f
|
||||
`5T0R10AA AAAAAAAA`
|
||||
|
||||
+ T: Width of memory read (1, 2, 4, or 8 bytes).
|
||||
+ R: Register to load value into.
|
||||
+ R: Register to load value into. (This register is also used as the base memory address).
|
||||
+ A: Immediate offset to use from register R.
|
||||
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user