78 lines
2.1 KiB
Groff
78 lines
2.1 KiB
Groff
.\" Man page generated from reStructuredText.
|
|
.
|
|
.
|
|
.nr rst2man-indent-level 0
|
|
.
|
|
.de1 rstReportMargin
|
|
\\$1 \\n[an-margin]
|
|
level \\n[rst2man-indent-level]
|
|
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
-
|
|
\\n[rst2man-indent0]
|
|
\\n[rst2man-indent1]
|
|
\\n[rst2man-indent2]
|
|
..
|
|
.de1 INDENT
|
|
.\" .rstReportMargin pre:
|
|
. RS \\$1
|
|
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
|
|
. nr rst2man-indent-level +1
|
|
.\" .rstReportMargin post:
|
|
..
|
|
.de UNINDENT
|
|
. RE
|
|
.\" indent \\n[an-margin]
|
|
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
.nr rst2man-indent-level -1
|
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
|
..
|
|
.TH "CHKXEX" 1 "2024-11-02" "20230607_e5c1564" "SlackBuilds.org"
|
|
.SH NAME
|
|
chkxex \- print info about Atari 8-bit executable files
|
|
.\" RST source for chkxex(1) man page. Convert with:
|
|
.
|
|
.\" rst2man.py chkxex.rst > chkxex.1
|
|
.
|
|
.SH SYNOPSIS
|
|
.sp
|
|
chkxex [\fI\-det\fP] [\fI\-std\fP] \fBfilename\fP [\fBfilename\fP ...]
|
|
.SH DESCRIPTION
|
|
.sp
|
|
chkxex reads an Atari 8\-bit segmented executable ("xex" file) and
|
|
prints the start address, end address, and length of each segment. Any
|
|
run or init addresses are also displayed. Output is in hexadecimal.
|
|
.sp
|
|
Input files can be standard (Atari DOS 2.0S compatible), or
|
|
DOS\-specific formats for SpartaDOS X and XBIOS.
|
|
.sp
|
|
\fBchkxex\fP will exit if any file can\(aqt be read, or is not a valid
|
|
Atari 8\-bit executable; if there are more filenames on the command
|
|
line, they will not be processed.
|
|
.sp
|
|
Run \fBchkxex\fP with no arguments to see the built\-in help message.
|
|
.SH OPTIONS
|
|
.INDENT 0.0
|
|
.TP
|
|
.B \fB\-std\fP
|
|
Always treat the input file as a standard Atari DOS executable; do
|
|
not attempt to autodetect the type.
|
|
.TP
|
|
.B \fB\-det\fP
|
|
Show extra details ((only applies to SpartaDOS X executables).
|
|
.UNINDENT
|
|
.SH EXIT STATUS
|
|
.sp
|
|
Zero for success; non\-zero for failure.
|
|
.SH AUTHORS
|
|
.sp
|
|
chkxex was written by the Mad Team: \fI\%https://madteam.atari8.info/\fP
|
|
.sp
|
|
This man page written for the SlackBuilds.org project
|
|
by B. Watson, and is licensed under the WTFPL.
|
|
.SH SEE ALSO
|
|
.sp
|
|
The chkxex homepage: \fI\%https://github.com/tebe6502/chkXEX/\fP
|
|
.\" Generated by docutils manpage writer.
|
|
.
|