diff options
author | B. Watson <urchlay@slackware.uk> | 2024-04-25 01:58:28 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-04-25 01:58:28 -0400 |
commit | 0ea27c84381a934f07c8f367fdaf6949a9376e79 (patch) | |
tree | 750f7732d741c7ed10a1e0bf243ca6434d5fd36d | |
parent | f56a543f65b6e58afb921564cb11c29f53ab921d (diff) | |
download | bw-atari8-tools-0ea27c84381a934f07c8f367fdaf6949a9376e79.tar.gz |
blob2xex: tweak doc.
-rw-r--r-- | blob2xex.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/blob2xex.rst b/blob2xex.rst index 3f80a0b..6bbbefc 100644 --- a/blob2xex.rst +++ b/blob2xex.rst @@ -34,7 +34,7 @@ part of the input file. To read from standard input, use **-** for the input files are used, the resulting .xex file will have multiple segments. If *outfile* already exists, it will be overwritten. If *outfile* is a filename that begins with a **-**, prefix it with -"./", otherwise it'll be taken as an option. Use **-** to write to +"./", otherwise it'll be taken as an option. Use **-** to write to standard output. **blob2xex** will not write output to a terminal; **-** must be used with redirection or a pipe. @@ -90,7 +90,7 @@ code. To turn it into a runnable .xex file, use: Notice the use of quotes around the addresses? That's because the $ character must be quoted, or the shell will try to interpret it as a variable reference. You could also have typed **\$2000** or -**0x2000**. +**0x2000**. Or you could have used decimal (**4096**). More Complex Example -------------------- |