Skip to content

Commit f30a2c5

Browse files
committed
Fix broken TZX Format link
1 parent cfcb91a commit f30a2c5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/tools.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
As you might already know, ZX BASIC is not a single program. It consist in 3 python (.py) programs that might be used standalone or not, depending on how they are invoked.
66

77
###ZXB
8-
[ZXb](zxb.md) is the main compiler executable (for Windows you can use the .exe _converted_ version). It will compile a BASIC program into a binary file. At this moment, supported binary formats are: [TZX](http://www.worldofspectrum.org/TZXformat.html), [TAP](http://www.tjornov.dk/spectrum/faq/fileform.html#TAPZ) and raw binary (.BIN) format.
8+
[ZXb](zxb.md) is the main compiler executable (for Windows you can use the .exe _converted_ version).
9+
It will compile a BASIC program into a binary file. At this moment, supported binary formats are:
10+
[TZX](https://web.archive.org/web/20171125213628/http://www.worldofspectrum.org/TZXformat.html),
11+
[TAP](http://www.tjornov.dk/spectrum/faq/fileform.html#TAPZ) and raw binary (.BIN) format.
912

1013
Go to the [zxb page](zxb.md) for help on using the compiler.
1114

0 commit comments

Comments
 (0)