Skip to content

Commit 8864609

Browse files
committed
Swap the Name and Type columns in Predeclared Symbols
1 parent 0a0427a commit 8864609

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

src/asm/rgbasm.5

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,25 +1196,25 @@ command
11961196
.Ss Predeclared Symbols
11971197
The following symbols are defined by the assembler:
11981198
.Bl -column -offset indent "EQUS" "__ISO_8601_LOCAL__"
1199-
.It Sy Type Ta Sy Name Ta Sy Contents
1200-
.It Ic EQU Ta Dv @ Ta PC value (essentially, the current memory address)
1201-
.It Ic SET Ta Dv _RS Ta _RS Counter
1202-
.It Ic EQU Ta Dv _NARG Ta Number of arguments passed to macro, updated by Ic SHIFT
1203-
.It Ic EQU Ta Dv __LINE__ Ta The current line number
1204-
.It Ic EQUS Ta Dv __FILE__ Ta The current filename
1205-
.It Ic EQUS Ta Dv __DATE__ Ta Today's date
1206-
.It Ic EQUS Ta Dv __TIME__ Ta The current time
1207-
.It Ic EQUS Ta Dv __ISO_8601_LOCAL__ Ta ISO 8601 timestamp (local)
1208-
.It Ic EQUS Ta Dv __ISO_8601_UTC__ Ta ISO 8601 timestamp (UTC)
1209-
.It Ic EQU Ta Dv __UTC_YEAR__ Ta Today's year
1210-
.It Ic EQU Ta Dv __UTC_MONTH__ Ta Today's month number, 1\[en]12
1211-
.It Ic EQU Ta Dv __UTC_DAY__ Ta Today's day of the month, 1\[en]31
1212-
.It Ic EQU Ta Dv __UTC_HOUR__ Ta Current hour, 0\[en]23
1213-
.It Ic EQU Ta Dv __UTC_MINUTE__ Ta Current minute, 0\[en]59
1214-
.It Ic EQU Ta Dv __UTC_SECOND__ Ta Current second, 0\[en]59
1215-
.It Ic EQU Ta Dv __RGBDS_MAJOR__ Ta Major version number of RGBDS
1216-
.It Ic EQU Ta Dv __RGBDS_MINOR__ Ta Minor version number of RGBDS
1217-
.It Ic EQU Ta Dv __RGBDS_PATCH__ Ta Patch version number of RGBDS
1199+
.It Sy Name Ta Sy Type Ta Sy Contents
1200+
.It Dv @ Ta Ic EQU Ta PC value (essentially, the current memory address)
1201+
.It Dv _RS Ta Ic SET Ta _RS Counter
1202+
.It Dv _NARG Ta Ic EQU Ta Number of arguments passed to macro, updated by Ic SHIFT
1203+
.It Dv __LINE__ Ta Ic EQU Ta The current line number
1204+
.It Dv __FILE__ Ta Ic EQUS Ta The current filename
1205+
.It Dv __DATE__ Ta Ic EQUS Ta Today's date
1206+
.It Dv __TIME__ Ta Ic EQUS Ta The current time
1207+
.It Dv __ISO_8601_LOCAL__ Ta Ic EQUS Ta ISO 8601 timestamp (local)
1208+
.It Dv __ISO_8601_UTC__ Ta Ic EQUS Ta ISO 8601 timestamp (UTC)
1209+
.It Dv __UTC_YEAR__ Ta Ic EQU Ta Today's year
1210+
.It Dv __UTC_MONTH__ Ta Ic EQU Ta Today's month number, 1\[en]12
1211+
.It Dv __UTC_DAY__ Ta Ic EQU Ta Today's day of the month, 1\[en]31
1212+
.It Dv __UTC_HOUR__ Ta Ic EQU Ta Current hour, 0\[en]23
1213+
.It Dv __UTC_MINUTE__ Ta Ic EQU Ta Current minute, 0\[en]59
1214+
.It Dv __UTC_SECOND__ Ta Ic EQU Ta Current second, 0\[en]59
1215+
.It Dv __RGBDS_MAJOR__ Ta Ic EQU Ta Major version number of RGBDS
1216+
.It Dv __RGBDS_MINOR__ Ta Ic EQU Ta Minor version number of RGBDS
1217+
.It Dv __RGBDS_PATCH__ Ta Ic EQU Ta Patch version number of RGBDS
12181218
.El
12191219
.Pp
12201220
The current time values will be taken from the

0 commit comments

Comments
 (0)