mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +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:
@@ -6,12 +6,12 @@ error: nested-bad-interpolation.asm(1):
|
||||
syntax error, unexpected end of line
|
||||
error: nested-bad-interpolation.asm(2):
|
||||
Interpolated symbol "b" is a reserved keyword; add a '#' prefix to use it as a raw symbol
|
||||
warning: nested-bad-interpolation.asm(2): [-Wobsolete]
|
||||
Treating multi-unit strings as numbers is deprecated
|
||||
error: nested-bad-interpolation.asm(2):
|
||||
Strings as numbers must be a single charmap unit
|
||||
error: nested-bad-interpolation.asm(3):
|
||||
Interpolated symbol "c" is a reserved keyword; add a '#' prefix to use it as a raw symbol
|
||||
error: nested-bad-interpolation.asm(3):
|
||||
Interpolated symbol "" does not exist
|
||||
warning: nested-bad-interpolation.asm(3): [-Wobsolete]
|
||||
Treating multi-unit strings as numbers is deprecated
|
||||
Assembly aborted with 6 errors!
|
||||
error: nested-bad-interpolation.asm(3):
|
||||
Strings as numbers must be a single charmap unit
|
||||
Assembly aborted with 8 errors!
|
||||
|
||||
Reference in New Issue
Block a user