From 80bdc889f86796307bf61556107505ae819e7775 Mon Sep 17 00:00:00 2001 From: Rangi <35663410+Rangi42@users.noreply.github.com> Date: Tue, 31 Oct 2023 14:27:59 -0400 Subject: [PATCH] Revise documentation for `rgbasm -p` (#1190) Fixes #1125 --- man/rgbasm.1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/man/rgbasm.1 b/man/rgbasm.1 index 58ca82b2..57ee0b67 100644 --- a/man/rgbasm.1 +++ b/man/rgbasm.1 @@ -88,7 +88,8 @@ instruction immediately after any instruction. .It Fl I Ar path , Fl Fl include Ar path Add a new -.Dq include path ; Ar path +.Dq include path ; +.Ar path must point to a directory. When a .Ic INCLUDE @@ -166,7 +167,9 @@ This acts as if a was read before the input .Ar asmfile . .It Fl p Ar pad_value , Fl Fl pad-value Ar pad_value -When padding an image, pad with this value. +Use this as the fill value for +.Ic DS +directives in ROM sections, unless they specify their own value or values. The default is 0x00. .It Fl Q Ar fix_precision , Fl Fl q-precision Ar fix_precision Use this as the precision of fixed-point numbers after the decimal point, unless they specify their own precision.