mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Implement . string constant for the current label scope (#1499)
This commit is contained in:
@@ -1526,6 +1526,7 @@ The following symbols are defined by the assembler:
|
||||
.Bl -column -offset indent "__ISO_8601_LOCAL__" "EQUS"
|
||||
.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 _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