aboutsummaryrefslogtreecommitdiff
path: root/blob2xex.rst
diff options
context:
space:
mode:
Diffstat (limited to 'blob2xex.rst')
-rw-r--r--blob2xex.rst11
1 files changed, 7 insertions, 4 deletions
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.