aboutsummaryrefslogtreecommitdiff
path: root/development/zmakebas/README
blob: 7e0b5e647b35b615f4e97ec03cca30a1bb135d18 (plain)
1
2
3
4
5
6
7
8
zmakebas converts a Spectrum Basic program written as a text file into
an actual speccy Basic file (as a .TAP file, or optionally a raw
headerless file).

Using zmakebas rather than (say) writing the Basic in an emulator
means you can write using a nicer editor, and can use tools which work
on text files, etc. Also, with the `-l` option you can write without
line numbers, using labels in their place where necessary.