mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 18:52:07 +00:00
Deprecate treating strings as numbers (#1780)
This commit is contained in:
@@ -8,6 +8,6 @@ SECTION "Test", ROM0
|
||||
dw 0, "DEF", -1
|
||||
dl 0, "DEF", -1
|
||||
|
||||
db "A" + 1
|
||||
dw "A" + 1
|
||||
dl "A" + 1
|
||||
db 'A' + 1
|
||||
dw 'A' + 1
|
||||
dl 'A' + 1
|
||||
|
||||
Reference in New Issue
Block a user