summaryrefslogtreecommitdiffstats
path: root/system/atarisio/ataricom.rst
blob: 18ecbd8df0ca1ab0b71dff6c7a107da301535212 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
.. RST source for ataricom(1) man page. Convert with:
..   rst2man.py ataricom.rst > ataricom.1
.. rst2man.py comes from the SBo development/docutils package.

.. |version| replace:: 0.30-210714
.. |date| date::

========
ataricom
========

-----------------------------------------------------
utility for manipulating Atari 8-bit executable files
-----------------------------------------------------

:Manual section: 1
:Manual group: HiassofT Atari 8-bit Tools
:Date: |date|
:Version: |version|

SYNOPSIS
========

ataricom [*options*]... **file** [**outfile**]

DESCRIPTION
===========

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.

OPTIONS
=======

-c address
      create COM file from raw data file.

-e
      extract blocks to outfileBBBB.ext.

-E
      extract blocks to outfileBBBB_SADR_EADR.ext.

-r address
      add RUN block with specified address at end of file.

-i address
      add INIT block with specified address at end of file.

-b start[-end][,...]
      only process specified blocks.

-x start[-end][,...]
      exclude specified blocks.

-m start-end[,...]
      merge specified blocks.

-s block,adr...
      split block at given addresses.

-n
      write raw data blocks (no COM headers).

-X
      show block length and file offset in hex.

AUTHOR
======

Matthias Reichl <hias@horus.com>.

Man page by B. Watson <urchlay@urchlay.com>.

SEE ALSO
========

**atariserver**\(1), **atarixfer**\(1), **dir2atr**\(1), **adir**\(1), **casinfo**\(1).

AtariSIO home page: https://www.horus.com/~hias/atari/