93% match Inventory::Load

This commit is contained in:
Aetias
2023-12-31 14:26:42 +01:00
parent f31bbc26fb
commit 0ab53a2adf
30 changed files with 480 additions and 405 deletions
+2 -2
View File
@@ -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