diff options
| author | B. Watson <urchlay@slackware.uk> | 2024-07-13 00:05:09 -0400 | 
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2024-07-13 00:05:09 -0400 | 
| commit | c0b323f82c05df962c26bfd476f1dddb1d6e3047 (patch) | |
| tree | 5af77a55eb65ed90ba0b1532d6ff43b990dd1173 | |
| parent | 80065945451b84f324430b9fcf4273c723a1cc0d (diff) | |
| download | bw-atari8-tools-c0b323f82c05df962c26bfd476f1dddb1d6e3047.tar.gz | |
add diffbas to README.txt
| -rw-r--r-- | README.txt | 6 | 
1 files changed, 4 insertions, 2 deletions
| @@ -33,6 +33,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. @@ -66,8 +68,8 @@ 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 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 | 
