You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tools.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,10 @@
5
5
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.
6
6
7
7
###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:
0 commit comments