diff --git a/docs/gbz80.7.pdf b/docs/gbz80.7.pdf index 1cdca2b7..e139c307 100644 Binary files a/docs/gbz80.7.pdf and b/docs/gbz80.7.pdf differ diff --git a/docs/rgbasm.1.pdf b/docs/rgbasm.1.pdf index 889fcdb0..a8b57df5 100644 Binary files a/docs/rgbasm.1.pdf and b/docs/rgbasm.1.pdf differ diff --git a/docs/rgbasm.5.html b/docs/rgbasm.5.html index d4cfe7b5..9e3b94dd 100644 --- a/docs/rgbasm.5.html +++ b/docs/rgbasm.5.html @@ -117,7 +117,7 @@
fmt
’ specifier consists of these
parts:
- ‘<sign><prefix><align><pad><width><frac><type>
’.
+ ‘<sign><exact><align><pad><width><frac><prec><type>
’.
These parts are:
May be ‘# ’. If specified, prints a
- base prefix for non-decimal integer types (‘$’,
- ‘&’, or ‘%’). |
+ ‘<exact> ’ |
+ May be ‘# ’. If specified, prints
+ the value in an "exact" format: with a base prefix for
+ non-decimal integer types (‘$’, ‘&’, or
+ ‘%’); with a ‘q ’
+ precision suffix for fixed-point numbers; or with
+ ‘\ ’ escape characters for
+ strings. |
‘<align> ’ |
@@ -160,6 +164,14 @@ May be ‘q ’ followed by one or more
+ ‘0 ’ –
+ ‘9 ’. If specified, prints a
+ fixed-point number at this precision. Defaults to the current
+ -Q option. |
+ |
‘<type> ’ |
Specifies the type of value. | diff --git a/docs/rgbasm.5.pdf b/docs/rgbasm.5.pdf index 8a25a43e..3e75327d 100644 Binary files a/docs/rgbasm.5.pdf and b/docs/rgbasm.5.pdf differ diff --git a/docs/rgbds.5.pdf b/docs/rgbds.5.pdf index aabbcaf2..da059fe3 100644 Binary files a/docs/rgbds.5.pdf and b/docs/rgbds.5.pdf differ diff --git a/docs/rgbds.7.pdf b/docs/rgbds.7.pdf index d7a84f48..9b4299a1 100644 Binary files a/docs/rgbds.7.pdf and b/docs/rgbds.7.pdf differ diff --git a/docs/rgbfix.1.pdf b/docs/rgbfix.1.pdf index f10a3993..82577dfa 100644 Binary files a/docs/rgbfix.1.pdf and b/docs/rgbfix.1.pdf differ diff --git a/docs/rgbgfx.1.pdf b/docs/rgbgfx.1.pdf index a8466478..d907f0fb 100644 Binary files a/docs/rgbgfx.1.pdf and b/docs/rgbgfx.1.pdf differ diff --git a/docs/rgblink.1.pdf b/docs/rgblink.1.pdf index fb0cab94..3832b096 100644 Binary files a/docs/rgblink.1.pdf and b/docs/rgblink.1.pdf differ diff --git a/docs/rgblink.5.pdf b/docs/rgblink.5.pdf index 74deadb0..bb02c341 100644 Binary files a/docs/rgblink.5.pdf and b/docs/rgblink.5.pdf differ