diff options
author | B. Watson <yalhcru@gmail.com> | 2022-07-15 18:00:05 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-17 06:40:07 +0700 |
commit | 0b5d802d66dd40e5964ed95f34c55ab667cb40c9 (patch) | |
tree | 8a333f0059f249c0d0bcce0ce8ad9fd94f060850 /system/atarisio/ataricom.1 | |
parent | 2c1bdc5aea3bcbb22aa9b5ad07ce72890ddd7ba9 (diff) |
system/atarisio: Added (peripheral emu for Atari 8bit and SIO2PC)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/atarisio/ataricom.1')
-rw-r--r-- | system/atarisio/ataricom.1 | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/system/atarisio/ataricom.1 b/system/atarisio/ataricom.1 new file mode 100644 index 0000000000000..9c87fd504de2a --- /dev/null +++ b/system/atarisio/ataricom.1 @@ -0,0 +1,99 @@ +.\" 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 "ATARICOM" 1 "2022-07-14" "0.30-210714" "HiassofT Atari 8-bit Tools" +.SH NAME +ataricom \- utility for manipulating Atari 8-bit executable files +.\" RST source for ataricom(1) man page. Convert with: +. +.\" rst2man.py ataricom.rst > ataricom.1 +. +.\" rst2man.py comes from the SBo development/docutils package. +. +.SH SYNOPSIS +.sp +ataricom [\fIoptions\fP]... \fBfile\fP [\fBoutfile\fP] +.SH DESCRIPTION +.sp +ataricom performs various useful operations on Atari 8\-bit executable +files. These files are also known as binary load files, or COM, BIN, +XEX, OBJ, OBX, et al. These are only names; there is only one Atari +8\-bit executable file format. +.SH OPTIONS +.INDENT 0.0 +.TP +.BI \-c \ address +create COM file from raw data file. +.TP +.B \-e +extract blocks to outfileBBBB.ext. +.TP +.B \-E +extract blocks to outfileBBBB_SADR_EADR.ext. +.TP +.BI \-r \ address +add RUN block with specified address at end of file. +.TP +.BI \-i \ address +add INIT block with specified address at end of file. +.UNINDENT +.INDENT 0.0 +.TP +.B \-b start[\-end][,...] +only process specified blocks. +.TP +.B \-x start[\-end][,...] +exclude specified blocks. +.TP +.B \-m start\-end[,...] +merge specified blocks. +.TP +.B \-s block,adr... +split block at given addresses. +.UNINDENT +.INDENT 0.0 +.TP +.B \-n +write raw data blocks (no COM headers). +.TP +.B \-X +show block length and file offset in hex. +.UNINDENT +.SH AUTHOR +.sp +Matthias Reichl <\fI\%hias@horus.com\fP>. +.sp +Man page by B. Watson <\fI\%urchlay@urchlay.com\fP>. +.SH SEE ALSO +.sp +\fBatariserver\fP(1), \fBatarixfer\fP(1), \fBdir2atr\fP(1), \fBadir\fP(1), \fBcasinfo\fP(1). +.sp +AtariSIO home page: \fI\%https://www.horus.com/~hias/atari/\fP +.\" Generated by docutils manpage writer. +. |