Both Convert 8 bit hex formats and the KIM-1 Simulator now support the emulation of KIM-1 audio tapes. All available and tested on Windows, Ubuntu and Raspberry PI OS.
About small SBC systems
Both Convert 8 bit hex formats and the KIM-1 Simulator now support the emulation of KIM-1 audio tapes. All available and tested on Windows, Ubuntu and Raspberry PI OS.
I keep on working on this program, so much fun letting the old KIM-1 experience come alive again.
0.13.1 brings tape support in the KIM-1 way: you enter the start address, end addres and tape ID and strat the tape save at location 1800, load from 1873.
A popup appears to choose file to laod/save form, while the KIM-1 waits for the laod and save to finish. Success or failure is reported as the KIM-1 monitor does: 0000 (OK) or FFFF (not OK) as address.
Also the main screen has seen some updates, the console is bigger and one can choose fore and background colior.Many VT100 cursor control works now, more to come.
Tasting and building now on Windows, Raspberry PI OS and Ubuntu.
Work planned:
– color managing in Console to allow reverse video, coloured characters, more VT100/ANSI ESCape support.
– add tape file support to the general memory laod and save routines, also in the Convert 8 bit hex formats program.
– thinking how to add 6532 timer support
Enjoy and tell me what you think!




A ‘profiler’ has been added. Now you can see how often an instruction is executed in a program.
The KIM-1 Simulator is updated to version 0.10.2.
Changes in this version are an extension to the “Run to” execution
Registers and Stackpointer watchpoints added.
‘Run to’ now stops if the value of the register is equal to the watchpoint value.
‘Run to’ also stops if the stackpointer is equal or lower than the watchpoint value. A method to detect stack underrun.

The KIM-1 Simulator is updated to version 0.10.1.
Changes in this version are an extension to the “Run to” execution
Watch and breakpoints can be enabled or disabled at will, even while the program is running.


Serial terminal emulation software, essential when working with SBC’s like the KIM-1.
I started working with computers long long ago. I loved the Digital Equipment devices, the VT100 (1982!), the excellent VT220, the VT340. All serial, the base of the ASCII control codes.
A wide selection is available of programs that work with the serial line.

I found a page on Sparkun that has an excellent description what is essential in dealing with serial communication on a PC, be it Windows, Linux etc.
Also this page names good free terminal emulation programs, running as GUI programs, for serial I use myself.
– Coolterm (croos platform)
– Tera Term (Windows)
– Realterm (Windows)
– YAT (WIndows)
Not named in this list
– Putty (linux and Windows)
– Minicom (Linux console mode)
KIM-1 and clones
Most programs allow character and line delay for sending to slow devices. The KIM-1 with its bit banging serial routines is one of them.
For me 9600 baud, 5 msec character delay and 100 msec line delay worked for me to upload papertape format, this also applies to the clones like PAL-1, Corshams KIM Clone and the Micro KIM.
For Microsoft Basic text file uploads of program sources a line deay of 200 msec may be required.
Serial ports
Nowadays serial ports are only available with USB devices. Work fine in general.
I have here information on USB serial communication and how to write programs (Lazarus of course).
Thanks to Martin Seine I have added the Paperware 3 in German book to the Junior book collection.
Designed and sold by Wichit Sirichote. Full text and files at his website here. The kit is available for sale, kit or assembled!
Wichit picked the Z80 CPU and designed the microcomputer kit with HEX keys and 7-segment LED displays, and wrote the monitor program.
The 6809 microprocessor kit is a member of the microprocessor kit family (I have also the 6502 and Z80 kit), and share a common design as far as keyboard and LED display and 32K RAM concern, in a format comparable with the Microprofessor 1b.
This kit has hardware serial (68B50) UART at 19200 baud, a big step up from the software serial bit banged slow 2400 baud in the other kits.
I have a 6502 system that looks a lot like the Microprofessor 1.
Have been playing with it, a new version of the monitor and using the serial I/O. So an update to the page devoted to this system.
