diff options
author | B. Watson <urchlay@slackware.uk> | 2022-11-10 16:42:21 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-11-10 16:42:21 -0500 |
commit | ba54f1aedcc6e7228c4233dcb1ff35151415b064 (patch) | |
tree | c16d3fc13c38603dd967e31b695cd970c48dbe58 | |
parent | 334602eaf55a4a28270d7e87902a1d0ec90845c1 (diff) | |
download | dla-asm-ba54f1aedcc6e7228c4233dcb1ff35151415b064.tar.gz |
Mention TNFS in README.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | README.txt | 3 |
3 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,4 @@ +tnfs.sh cruft dla2csv .*.swp @@ -49,6 +49,9 @@ test: all disktest: disk atari800 drive1.atr +tnfs: all + sh tnfs.sh dla.xex dla2csv.xex + %.xex: %.s $(CL65) $(CL65FLAGS) -t none -o $@ $< @@ -27,6 +27,9 @@ https://slackware.uk/~urchlay/repos/dla-asm/plain/dla.xex https://slackware.uk/~urchlay/repos/dla-asm/plain/dla2csv.xex https://slackware.uk/~urchlay/repos/dla-asm/plain/dla2img.sh +Also, dla.xex and dla2csv.xex can be found on the TNFS server at +zapp.opensourcerers.net (these may not be the latest version). + This file explains how to use the generator and tools. Other documentation: |