aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-06-07 16:50:56 -0400
committerB. Watson <urchlay@slackware.uk>2024-06-07 16:50:56 -0400
commitcb69895c4dbff77fe6e2eb1cf513ee7b2f3911f3 (patch)
tree91522338db7b3a59be1f97bd4395f267ab7cc653 /README.txt
parent028b2a57446789fe7bafb8ab678c1f0f43b34645 (diff)
downloadbw-atari8-tools-cb69895c4dbff77fe6e2eb1cf513ee7b2f3911f3.tar.gz
Tweak README and Makefile.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt14
1 files changed, 10 insertions, 4 deletions
diff --git a/README.txt b/README.txt
index 76003f8..8d12230 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.
@@ -28,8 +28,14 @@ cart2xex - Convert an Atari 8-bit ROM cartridge image to a binary load
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.
@@ -56,7 +62,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