ref: 2bf3b08d762545c5e1b24ebcd73d63fbd09aa63b
parent: 21b58b08b8e3961e16b2b21d4fa821d392d04570
author: ISSOtm <eldredhabert0@gmail.com>
date: Thu Dec 10 10:40:59 EST 2020
Document underscores in numeric literals
--- a/src/asm/rgbasm.5
+++ b/src/asm/rgbasm.5
@@ -105,6 +105,8 @@
.It Gameboy graphics Ta \` Ta 0123
.El
.Pp
+Underscores are also accepted in numbers, except at the beginning of decimal ones.
+.Pp
The "character constant" form yields the value the character maps to in the current charmap.
For example, by default
.Pq refer to Xr ascii 7