aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt18
1 files changed, 14 insertions, 4 deletions
diff --git a/README.txt b/README.txt
index 76003f8..c712ebe 100644
--- a/README.txt
+++ b/README.txt
@@ -7,9 +7,6 @@ a8eol - Convert Atari 8-bit text files to/from UNIX / DOS / Mac Classic
a8utf8 - Convert Atari 8-bit text to UTF-8 encoded Unicode.
-axe - ATR/XFD Editor. Copy files into & out of ATR and XFD images,
- create blank ATR images, etc.
-
atr2xfd - Convert an Atari 8-bit ATR disk image to a raw (XFD) image.
atrcheck - Check an Atari 8-bit ATR disk image for various types of problems.
@@ -17,6 +14,9 @@ atrcheck - Check an Atari 8-bit ATR disk image for various types of problems.
atrsize - Change the size of an Atari 8-bit ATR disk image, or create
a blank ATR image.
+axe - ATR/XFD Editor. Copy files into & out of ATR and XFD images,
+ create blank ATR images, etc.
+
blob2c - Create C source and header files from a binary file.
blob2xex - Create a XEX file from arbitrary data.
@@ -26,15 +26,25 @@ cart2rom - Convert an Atari800 CART image to a raw ROM image.
cart2xex - Convert an Atari 8-bit ROM cartridge image to a binary load
(XEX) file.
+cxrefbas - Code cross-reference for tokenized Atari 8-bit BASIC files.
+
dasm2atasm - Convert 6502 assembly in DASM syntax to ATASM (or MAC/65) format.
+dumpbas - Formatted hexdump for tokenized Atari 8-bit BASIC files.
+
fenders - Install Fenders 3-sector loader in boot sectors of an ATR image.
+protbas - LIST-protect Atari 8-bit BASIC programs.
+
+renumbas - Renumber Atari 8-bit BASIC programs.
+
rom2cart - Convert a raw Atari 8-bit cartridge ROM image to a CART
image for use with emulators such as Atari800.
unmac65 - Detokenize Atari 8-bit Mac/65 SAVEd files.
+vxrefbas - Variable cross-reference for tokenized Atari 8-bit BASIC files.
+
unprotbas - Unprotect LIST-protected BASIC programs.
xex1to2 - Convert an Atari DOS 1.0 executable into a standard XEX file.
@@ -56,7 +66,7 @@ the Atari 8-bit system equates. It's meant to be used with either the
DASM or ATASM 6502 cross assemblers.
Also included: collections of utilities by Ken Siders and Jindrich
-Kubec. See the README.txt files in the ksiders/ and jindroush/
+Kubec. See the README.txt files in the ksiders/ and jindroush/
directories for details.
To install, use the standard "make && make install" process. The default