aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt30
1 files changed, 22 insertions, 8 deletions
diff --git a/README.txt b/README.txt
index 99d40b3..edb840a 100644
--- a/README.txt
+++ b/README.txt
@@ -5,6 +5,8 @@ systems, including Cygwin for MS-Windows.
a8cat - Convert Atari 8-bit text to/from UTF-8 encoded Unicode or plain
text.
+a8diff - Show differences between two Atari ATASCII text files.
+
a8eol - Convert Atari 8-bit text files to/from UNIX / DOS / Mac Classic
text file format.
@@ -20,6 +22,8 @@ atrsize - Change the size of an Atari 8-bit ATR disk image, or create
axe - ATR/XFD Editor. Copy files into & out of ATR and XFD images,
create blank ATR images, etc.
+bas2aplus - Convert Atari BASIC (and some BASIC XL/XE) programs to BASIC/A+.
+
blob2c - Create C source and header files from a binary file.
blob2xex - Create a XEX file from arbitrary data.
@@ -33,6 +37,8 @@ cxrefbas - Code cross-reference for tokenized Atari 8-bit BASIC files.
dasm2atasm - Convert 6502 assembly in DASM syntax to ATASM (or MAC/65) format.
+diffbas - Show differences between two tokenized Atari 8-bit BASIC files.
+
dumpbas - Formatted hexdump for tokenized Atari 8-bit BASIC files.
fenders - Install Fenders 3-sector loader in boot sectors of an ATR image.
@@ -52,6 +58,9 @@ vxrefbas - Variable cross-reference for tokenized Atari 8-bit BASIC files.
unprotbas - Unprotect LIST-protected BASIC programs.
+whichbas - Examine a BASIC program, decide whether it's Atari BASIC,
+ Turbo BASIC, BASIC XL, BASIC XE, or Atari Microsoft BASIC.
+
xex1to2 - Convert an Atari DOS 1.0 executable into a standard XEX file.
xexamine - Show information on XEX files.
@@ -63,16 +72,21 @@ xexsplit - Split a multi-segment Atari 8-bit executable (XEX) into
xfd2atr - Convert an Atari 8-bit XFD (raw) disk image to an ATR image.
-All are written in C, except dasm2atasm which is written in Perl. All
-utilities have man pages.
+All are written in C, except dasm2atasm which is written in Perl and
+diffbas which is a shell script. All utilities have man pages.
+
+Also included:
+
+- "equates.inc", a 6502 assembly header file that defines the Atari 8-bit
+ system equates. It's meant to be used with either the DASM or ATASM 6502
+ cross assemblers.
-Also included is "equates.inc", a 6502 assembly header file that defines
-the Atari 8-bit system equates. It's meant to be used with either the
-DASM or ATASM 6502 cross assemblers.
+- Collections of utilities by Ken Siders and Jindrich Kubec. See the
+ README.txt files in the ksiders/ and jindroush/ directories for details.
-Also included: collections of utilities by Ken Siders and Jindrich
-Kubec. See the README.txt files in the ksiders/ and jindroush/
-directories for details.
+- X11 and Linux console fonts composed of glyphs taken from various versions
+ of the Atari XL/XE ROMs. The font family is "Fauxtari"; see fauxtari(7)
+ or fauxtari.rst for details.
To install, use the standard "make && make install" process. The default
prefix for installation is /usr/local.