summaryrefslogtreecommitdiff
path: root/int2tap.txt
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2004-08-20 01:14:42 +0000
committerIan C <ianc@noddybox.co.uk>2004-08-20 01:14:42 +0000
commit666bf8d5ef44953391f4cf08c51175aff3d4dc60 (patch)
tree81e6ba41759f42c0c000c21fe21340668ea3c490 /int2tap.txt
parent3f2564301cf02744e246535a27ff6eed25ff794f (diff)
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'int2tap.txt')
-rw-r--r--int2tap.txt51
1 files changed, 51 insertions, 0 deletions
diff --git a/int2tap.txt b/int2tap.txt
new file mode 100644
index 0000000..4c8450b
--- /dev/null
+++ b/int2tap.txt
@@ -0,0 +1,51 @@
+int2tap(1) int2tap(1)
+
+
+
+NAME
+ hex2tap - Converts an Intel format segment dump to a Spectrum emulator
+ TAP file.
+
+SYNOPSIS
+ int2tap [ -b ] [ -s ] [ -a address ] output-file input-file ...
+
+DESCRIPTION
+ hex2tap takes one or more Intel format segment files - as produced by
+ an assembler like tpasm(1) - and produces a Spectrum compatible tape
+ file (TAP file).
+
+OPTIONS
+ int2tap accepts these switches
+
+ -b Just produce the binary file. By default 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).
+
+ -s By default int2tap will generate a single CODE file in the tape
+ file. Using this switch means that each input file will gener-
+ ate a seperate CODE file.
+
+ -a address
+ By default int2tap assumes that the base address of the first
+ input file is the start address. This switch allows that to be
+ overridden. Note this switch will have no effect if the -b
+ switch is used. The address can be passed either in decimal,
+ octal (starting with a 0), or hex (starting with 0x).
+
+SEE ALSO
+ tpasm(1)
+
+DIAGNOSTICS
+ The diagnostics produced by int2tap are intended to be self-explana-
+ tory.
+
+NOTES
+ This is the initial version of int2tap.
+
+BUGS
+ Please report any bugs to ianc@noddybox.demon.co.uk
+
+
+
+ 20 August 2004 int2tap(1)