mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
- Treating multi-unit strings as numbers - `rgbasm -Wnumeric-string` - `ldio [c], a` and `ldio a, [c]` (use `ldh`) - `ld [c], a` and `ld a, [c]` (use `ldh`) - `ldh [$xx], a` and `ldh a, [$xx]` (use `$FFxx`)
6 lines
186 B
Plaintext
6 lines
186 B
Plaintext
error: invalid-ldh.asm(2):
|
|
Source address $11 not between $FF00 to $FFFF
|
|
error: invalid-ldh.asm(3):
|
|
Source address $22 not between $FF00 to $FFFF
|
|
Assembly aborted with 2 errors!
|