From 5b510f1aeab809f8265004ed6e64cd353f6005cc Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 22 Aug 2004 20:49:39 +0000 Subject: Added -c switch --- int2tap.1 | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/int2tap.1 b/int2tap.1 index 1b202c1..508797e 100644 --- a/int2tap.1 +++ b/int2tap.1 @@ -1,4 +1,4 @@ -.TH int2tap 1 +.TH int2tap 1 "$Date: 2004-08-22 20:49:39 $" .SH NAME hex2tap \- Converts an Intel format segment dump to a Spectrum emulator TAP file. @@ -13,6 +13,9 @@ TAP file. [ .B \-a address ] +[ +.B \-c address +] .I output-file .I input-file ... .SH DESCRIPTION @@ -31,7 +34,7 @@ in OPTIONS). accepts these switches .TP .B \-b -Just produce the binary file. By default +Just produce the binary file(s). 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. @@ -51,6 +54,15 @@ effect if the .B \-b switch is used. The address can be passed either in decimal, octal (starting with a 0), or hex (starting with 0x). +.TP +.B \-c address +Add a CLEAR +.I address +command to the generated BASIC loader. Note this switch will have no +effect if the +.B \-b +switch is used. The address can be passed either in decimal, octal (starting +with a 0), or hex (starting with 0x). .SH SEE ALSO .BR tpasm (1) .SH DIAGNOSTICS -- cgit v1.2.3