diff options
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 37 |
1 files changed, 28 insertions, 9 deletions
@@ -2,10 +2,15 @@ This is a collection of Atari 8-bit related utilities I've written for or ported to Linux. They should be usable as-is on other UNIX-like 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. -a8utf8 - Convert Atari 8-bit text to UTF-8 encoded Unicode. +a8xd - ATASCII and Unicode aware hex dump. atr2xfd - Convert an Atari 8-bit ATR disk image to a raw (XFD) image. @@ -17,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. @@ -30,10 +37,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. +listbas - Detokenize (LIST) Atari 8-bit BASIC programs. + protbas - LIST-protect Atari 8-bit BASIC programs. renumbas - Renumber Atari 8-bit BASIC programs. @@ -47,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. @@ -58,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 a8utf8 and dasm2atasm which are 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. |