Close

New programs for the Lab-Volt 6502 CPU Trainer - Towers of Hanoi!

A project log for PicoRAM Ultimate Rev. 2

SRAM Emulator and SD Card Interface for Vintage Single Board Computers (such as the Heathkit ET-3400, Lab-Volt 6502, and Microprofessor)

michael-wesselMichael Wessel 06/23/2025 at 23:410 Comments

I ported the 6502-version of the Towers of Hanoi from 
https://rosettacode.org/wiki/Towers_of_Hanoi
to the Lab-Volt trainer. 

It was fun to study the manual and learn how to use the firmware routines for input & output! My HANOI.RAM program can be found on the PicoRAM Ultimate GitHub, as well as the ".a65" assembly source code:
https://github.com/lambdamikel/picoram-ultimate 

I am also briefly showing two other programs that I found in the Lab-Volt course book; one IO LED PIA test, and a program that adds two numbers and displays the result. These programs are also in the GitHub repo. Enjoy!

Discussions