Short: Converts raw code/data into a ZX82 file Author: Sami Klemola Uploader: Sami Klemola Type: misc/emu Version: 1.00 Architecture: m68k-amigaos >= 2.0.4 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.