LOAD for ZX Spectrum INSTRUCTIONS Start by loading the program normally: LOAD "" (ENTER) First a little Basic program will be loaded. That program is preparing for the machine code, that automatically will be loaded above RAM TOP. When its done loading the BASIC program deletes itself. You now have a ready machine, with RAM TOP set to 32011 (48K 64779) When you want to load a ZX81 program you must enter: RANDOMIZE USR 32011 (48K RANDOMIZE USR 64779) and now you'll be able to load normal ZX81 programs. You'll get further information, when the ZX81 program have loaded. The loader itself stays over RAM TOP until you turn off the machine. Remember that a 16K Spectrum only have about 9K RAM for use of programs, this means that really long ZX81 programs can't be converted. If you try this the Spectrum will crash, and you'll have to load LOAD again. MASKINKODE It's NOT possible to convert machine code programs! When you are facing problems, then contact us, remember we give a life-time guarantee on our software. Hvad LOAD can't do: Variables will NOT be transferred, SLOW FAST SCROLL UNPLOT will be made into REM lines, PLOT must be changed, as the Spectrum have hi-res graphics. ----- Instruction translated from Danish by Michael Bruhn April 2005 Remember the program itself is also in Danish, you have to try your way through it.