diff options
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 37 |
1 files changed, 28 insertions, 9 deletions
@@ -5,11 +5,15 @@ 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. a8xd - ATASCII and Unicode aware hex dump. +abas2html - Convert tokenized Atari BASIC to lovely HTML, using aha. + 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. @@ -20,6 +24,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,10 +39,14 @@ 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. +listamsb - Detokenize (LIST) Atari Microsoft BASIC programs. + listbas - Detokenize (LIST) Atari 8-bit BASIC programs. protbas - LIST-protect Atari 8-bit BASIC programs. @@ -52,6 +62,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,19 +76,25 @@ 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. +prefix for installation is /usr/local. GNU make is required, so +use "gmake" if you're on e.g. FreeBSD. You may use "make install PREFIX=/somewhere/else" to install somewhere other than /usr/local. Binaries will be installed to $PREFIX/bin, man |