diff options
author | B. Watson <urchlay@slackware.uk> | 2024-04-25 02:02:07 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-04-25 02:02:07 -0400 |
commit | c46d2c157f14121c3f844f5f438eefa559b2b92f (patch) | |
tree | 6e82898a791d4f839139a378afca89ef52c1ce21 /blob2xex.1 | |
parent | 0ea27c84381a934f07c8f367fdaf6949a9376e79 (diff) | |
download | bw-atari8-tools-c46d2c157f14121c3f844f5f438eefa559b2b92f.tar.gz |
blob2xex: put "fatal:" in error messages.
Diffstat (limited to 'blob2xex.1')
-rw-r--r-- | blob2xex.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, |