Prerequisite for transferring basic and binary code programs from the PC to the PC-1600
2. connection PC -> PC-1600
Windows:
Mac:
3. setting parameters
Terminal program
Baud rate: 9600
Data bits: 8
Parity: none
Stop bits: 1
Protocol: XON -> OFF
End-of-line code: CR+LF
PC-1600:
INIT"COM1:",1024
PCONSOLE"COM1:";255,2
SETCOM"COM1:",9600,8,N,1,N,N
4. transmission of the programs
PC-1600:
LOAD"COM1:" (is executed directly) or
COPY"COM1:" TO "S1: or S2:or X: Name.ext" (copies the program to ramdisk or floppy disk)
Assembler for PC-1600, translates programs written in assembler into Z80 processor code.
Always displays the current time when the SHIFT button is pressed, even when programs are running.
Always displays the current date and time when the button between SML and RCL is pressed, even when programs are running.
DEBUGGER for self-written machine programs and memory monitor.
Determine route kilometers and travel time between many major and medium-sized German cities. New !
The ultimate essential file management program for the PC-1600, but requires a 32KBytes extension in SLOT 1.
Provides detailed information about all modules and their contents in the PC-1600.
Creates a hardcopy as a Windows bitmap graphic (BMP) file. Supports the MEP USB. New!