-
-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revise documentation for
rgbasm -p
(#1190)
Fixes #1125
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
Rangi42
Author
Contributor
|
||
.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. | ||
|
"Use this as the default value"?