BINARY FILE LOADER FOR POLY-88xx COMPUTERS Loads a ready to execute binary file into RAM at 3200h through the printer serial port. Press CTRL-Z to enter the front panel mode and type the bytes of this program in at 8000h: L8000 then type in each byte in hex with a space between each byte. The addresses shown below are for reference only - do not type in the address values. 8000: CD AD 02 1F AA 40 4E 00 8008: F3 3E 26 D3 01 21 00 32 8010: DB 01 E6 02 CA 10 80 DB 8018: 00 77 23 C3 10 80 Execute the program by jumping to it: SPJ8000G Send the file in 8 bit binary mode from the PC. After the file has been sent, boot the computer and use the SAVE command in Exec to save the file to disk. Or to run the program, reset the computer and re-enter front panel mode by typing CTRL-Z. Jump to the loaded program at 3200h: SPJ3200G