Vintage Mimeo Ad

When I set out to build my Apple 1 Replica I wanted to recreate the one from the first advertisement. How do you think I did? »

A Common Apple 1 Emulation Bug

Recently I was bringing up an Apple 1 and I did the first thing I always do to do an initial checkout, which is run the Test Program from the Apple-1 Operation Manual. This is a very simple program that runs a loop that counts from 0x00 to 0xFF and prints each byte as an ASCII character. Here is the program: 0000 LDA #0 0002 TAX 0003 JSR ECHO 0006 INX 0007 TXA 0008 JMP $0002 »

Apple 1 Software Library for iOS

Recently I wrote an Application for iOS devices that can be used to load Apple 1 software through the cassette interface. One key benefit to this application is that is shows load and verify instructions for each program. I’m currently in the process of getting this added to the App Store. »