mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-23 11:32:07 +00:00
Implement . string constant for the current label scope (#1499)
This commit is contained in:
@@ -2,4 +2,5 @@ section "period", rom0
|
||||
|
||||
global1: db 1
|
||||
.local db 2
|
||||
. db 3
|
||||
. db 3 ; this...
|
||||
global1 db 4 ; ...expands to this
|
||||
|
||||
Reference in New Issue
Block a user