This programs loads in raw code (or data) from the source file and
coverts it into a standard ZX82 format file, which will always be of
type CODE. Compression is not supported. The purpose of this program
was to aid in the development of Spectrum software making it easy to
load your cross-compiled Z80 code into an emulator.
You will need an emulator such as Speculator that is capable of loading
in ZX82 files of types other than SNAPSHOT. Again, zx82 does not produce
snapshots but CODE files as if done SAVE"file"CODE. Use LOAD"file"CODE
to load the file in, or what ever scheme your emulator supports.
|