From 2bf3b08d762545c5e1b24ebcd73d63fbd09aa63b Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Thu, 10 Dec 2020 15:40:59 +0100 Subject: [PATCH] Document underscores in numeric literals --- src/asm/rgbasm.5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/asm/rgbasm.5 b/src/asm/rgbasm.5 index 50209790..2cc00f9c 100644 --- a/src/asm/rgbasm.5 +++ b/src/asm/rgbasm.5 @@ -105,6 +105,8 @@ There are a number of numeric formats. .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