mirror of
https://github.com/zeldaret/ph
synced 2026-08-16 20:57:33 -04:00
93% match Inventory::Load
This commit is contained in:
@@ -18,11 +18,11 @@ dcd 0x1234
|
||||
|
||||
This can also be written as:
|
||||
```asm
|
||||
lda 0x1234
|
||||
ldconst 0x1234
|
||||
bx lr
|
||||
```
|
||||
|
||||
The built-in `lda` instruction will be replaced by an ARM load instruction and also append a pool constant to the function.
|
||||
The built-in `ldconst` instruction will be replaced by an ARM load instruction and also append a pool constant to the function.
|
||||
|
||||
### Data sections
|
||||
Directives such as `.section`, `.data` and `.bss` are not supported in the inline assembler. There might be a way to change
|
||||
|
||||
Reference in New Issue
Block a user