Implement . string constant for the current label scope (#1499)

This commit is contained in:
Sylvie
2024-09-13 15:20:01 -04:00
committed by GitHub
parent bfb96b038d
commit 122ef95d9c
15 changed files with 133 additions and 23 deletions

View File

@@ -2,4 +2,5 @@ section "period", rom0
global1: db 1
.local db 2
. db 3
. db 3 ; this...
global1 db 4 ; ...expands to this