mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 13:57:48 +00:00
Remove previously deprecated features (#1777)
- 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`)
This commit is contained in:
3
test/asm/invalid-ldh.asm
Normal file
3
test/asm/invalid-ldh.asm
Normal file
@@ -0,0 +1,3 @@
|
||||
SECTION "test", ROM0
|
||||
ldh [$11], a
|
||||
ldh a, [$22]
|
||||
Reference in New Issue
Block a user