diff options
author | B. Watson <urchlay@slackware.uk> | 2024-04-25 02:17:29 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-04-25 02:17:29 -0400 |
commit | d08f4bbaa91d841a2416a5728aa1a5f0ed5dd071 (patch) | |
tree | 743e4c98f85c96378e8f55e5c5283cde5b4fa9c3 | |
parent | f99b03a61fc9eae54342359a3c69db4961fa9993 (diff) | |
download | bw-atari8-tools-d08f4bbaa91d841a2416a5728aa1a5f0ed5dd071.tar.gz |
blob2xex: tweak doc.
-rw-r--r-- | blob2xex.1 | 11 | ||||
-rw-r--r-- | blob2xex.rst | 11 |
2 files changed, 14 insertions, 8 deletions
@@ -68,14 +68,17 @@ A space is required between an option and its argument; use e.g. \fB\-l 0x2000\f not \fB\-l0x2000\fP\&. .INDENT 0.0 .TP +.B \-r \fIrunaddr\fP +Optional; set the run address. Since a .xex file can only have one +run address, there\(aqs no point in giving multiple \fB\-r\fP options. If +you do, the last one will be used. This option should be first on +the command line (right after \fIoutfile\fP), or at least must occur +before any \fIinfile\fP\&. +.TP .B \-l \fIloadaddr\fP Set the load address of the next \fIinfile\fP\&. Each \fIinfile\fP must be preceded by a \fB\-l\fP option. .TP -.B \-r \fIrunaddr\fP -Optional; set the run address. Since a .xex file can only have one run address, -the last \fB\-r\fP option will be the one used. -.TP .B \-i \fIinitaddr\fP Optional; set an init address, to be executed after the next segment loads. .TP diff --git a/blob2xex.rst b/blob2xex.rst index 3629362..9699c2b 100644 --- a/blob2xex.rst +++ b/blob2xex.rst @@ -49,14 +49,17 @@ OPTIONS A space is required between an option and its argument; use e.g. **-l 0x2000**, not **-l0x2000**. +-r *runaddr* + Optional; set the run address. Since a .xex file can only have one + run address, there's no point in giving multiple **-r** options. If + you do, the last one will be used. This option should be first on + the command line (right after *outfile*), or at least must occur + before any *infile*. + -l *loadaddr* Set the load address of the next *infile*. Each *infile* must be preceded by a **-l** option. --r *runaddr* - Optional; set the run address. Since a .xex file can only have one run address, - the last **-r** option will be the one used. - -i *initaddr* Optional; set an init address, to be executed after the next segment loads. |