aboutsummaryrefslogtreecommitdiff
path: root/blob2xex.1
diff options
context:
space:
mode:
Diffstat (limited to 'blob2xex.1')
-rw-r--r--blob2xex.14
1 files changed, 2 insertions, 2 deletions
diff --git a/blob2xex.1 b/blob2xex.1
index 98652ba..757d68d 100644
--- a/blob2xex.1
+++ b/blob2xex.1
@@ -54,7 +54,7 @@ part of the input file. To read from standard input, use \fB\-\fP for the
input files are used, the resulting .xex file will have multiple
segments. If \fIoutfile\fP already exists, it will be overwritten.
If \fIoutfile\fP is a filename that begins with a \fB\-\fP, prefix it with
-"./", otherwise it\(aqll be taken as an option. Use \fB\-\fP to write to
+"./", otherwise it\(aqll be taken as an option. Use \fB\-\fP to write to
standard output. \fBblob2xex\fP will not write output to a terminal;
\fB\-\fP must be used with redirection or a pipe.
.sp
@@ -111,7 +111,7 @@ blob2xex program.xex \-l \(aq$2000\(aq \-r \(aq$2000\(aq program.bin
Notice the use of quotes around the addresses? That\(aqs because the
$ character must be quoted, or the shell will try to interpret it
as a variable reference. You could also have typed \fB$2000\fP or
-\fB0x2000\fP\&.
+\fB0x2000\fP\&. Or you could have used decimal (\fB4096\fP).
.SS More Complex Example
.sp
Suppose you want to write a program that can run on an Atari 800,