mirror of
https://github.com/zeldaret/ph
synced 2026-07-09 22:11:40 -04:00
Update docs
This commit is contained in:
@@ -21,7 +21,7 @@ dcd 0x1234
|
||||
|
||||
#### `ldconst`: Loads a literal 32-bit value
|
||||
```asm
|
||||
ldconst r0, 0x1234
|
||||
ldconst r0, #0x1234
|
||||
bx lr
|
||||
```
|
||||
This code is equivalent to the above example using `dcd`.
|
||||
|
||||
Reference in New Issue
Block a user