mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
A few more rgbasm documentation tweaks
This commit is contained in:
@@ -1819,7 +1819,7 @@ MACRO PrintMacro1
|
|||||||
PRINTLN STRCAT(\e1)
|
PRINTLN STRCAT(\e1)
|
||||||
ENDM
|
ENDM
|
||||||
PrintMacro1 "Hello "\e, \e
|
PrintMacro1 "Hello "\e, \e
|
||||||
"world"
|
"world"
|
||||||
MACRO PrintMacro2
|
MACRO PrintMacro2
|
||||||
PRINT \e1
|
PRINT \e1
|
||||||
ENDM
|
ENDM
|
||||||
@@ -2169,7 +2169,7 @@ Numbers are printed as unsigned uppercase hexadecimal with a leading
|
|||||||
For different formats, use
|
For different formats, use
|
||||||
.Ic STRFMT .
|
.Ic STRFMT .
|
||||||
.It Ic PRINTLN
|
.It Ic PRINTLN
|
||||||
prints out each of its comma-separated arguments, if any, followed by a line feed
|
prints out each of its comma-separated arguments, if any, followed by a newline
|
||||||
.Pq Ql \en .
|
.Pq Ql \en .
|
||||||
.El
|
.El
|
||||||
.Ss Aborting the assembly process
|
.Ss Aborting the assembly process
|
||||||
|
|||||||
Reference in New Issue
Block a user