diff options
Diffstat (limited to 'int2tap.1')
-rw-r--r-- | int2tap.1 | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.TH int2tap 1 "20 August 2004" +.TH int2tap 1 .SH NAME hex2tap \- Converts an Intel format segment dump to a Spectrum emulator TAP file. @@ -20,6 +20,12 @@ TAP file. takes one or more Intel format segment files \- as produced by an assembler like .B tpasm(1) \- and produces a Spectrum compatible tape file (TAP file). +.P +The tape file will also optionally include a BASIC loader (see OPTIONS). +This loader will do a CLEAR to the execution address (see +.B -a +in OPTIONS), and then load in the binary files in the same order they were on +the command line. .SH OPTIONS .B int2tap accepts these switches @@ -29,7 +35,6 @@ Just produce the binary file. By default .B int2tap will generate a TAP file with two files in - a BASIC loader and then the code itself. This switch disables the generation of the BASIC loader portion. -disabled if this switch is provided (see USAGE). .TP .B \-s By default |