mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Track local label scope, string equated as .. (#1504)
This commit is contained in:
@@ -1527,6 +1527,7 @@ The following symbols are defined by the assembler:
|
||||
.It Sy Name Ta Sy Type Ta Sy Contents
|
||||
.It Dv @ Ta Ic EQU Ta PC value (essentially, the current memory address)
|
||||
.It Dv . Ta Ic EQUS Ta The current global label scope
|
||||
.It Dv .. Ta Ic EQUS Ta The current local label scope
|
||||
.It Dv _RS Ta Ic = Ta _RS Counter
|
||||
.It Dv _NARG Ta Ic EQU Ta Number of arguments passed to macro, updated by Ic SHIFT
|
||||
.It Dv __DATE__ Ta Ic EQUS Ta Today's date
|
||||
|
||||
Reference in New Issue
Block a user