This is only a very small subset of the
Telemark Cross Assembler package, but it's what's
needed to work with the z80.

goasm.bat is a sample batch file for assembling
a source file to object (binary) for the z80.
Without modification, it assembles the testasm.txt
file.
tasm -80 -b testasm.txt
invokes the tasm assembler
-b specifies binary (obj) output
     (this can be loaded into the emulator using
     the Util/Load Binary File)
-80 specifies using the z80 (see the manual)
testasm.txt is the file to be assembled. 

ORDERFRM.TXT is an order form for
registering the Telemark Assembler
(thereby getting the full package,
support, and updates).

TASM.EXE is the Telemark Assembler program.

TASM80.TAB is the table file used by the
Telemark Assembler program when assembling
z80 assembly language files.

TASMAN.HTM is the manual for the
Telemark Cross Assembler package.

testasm.txt is a short assembly language
file for the z80.  Indeed, it's the small
program that's poked by the memwina
program (see the Quicktyp directory).
