WOZNIAC-68 Ready-to-Use Software
Explore a curated collection of 6800-based Apple-1 software, ready to help you dive into the world of WOZNIAC-68. Simply download these files and enjoy the experience with minimal setup.
Demos
Adventure by Copilot
A very simple Micro-BASIC adventure game completely written by AI. [microsoft]
Calculator by Copilot
A very simple calculator app completely written by AI. [microsoft]
Programming
MIKBUG port
An Apple-1 port of the MIKBUG monitor, which may be used to load programs in S-Record format. [applefritter]
6800 co-res Assembler
An Apple-1 port of the 6800 co-resident assembler (demonstration video). [applefritter]
Below is an example program that may be assembled with the following steps:
- Enter
1P
and press return. - Paste in the source code below. The assembler should report no errors.
- Enter
2T
and press return. - Again, paste in the source code below.
- The assembler should report no errors. It will output the assembled code as an S-Record inline with the input (the lines starting with "S"). These lines may be collected and loaded with MIKBUG (using the "L" command). Make sure to re-join any wrapped lines and truncate everything after
S9
in the last line before loading. The program may then be run using either MIKBUG's "G" command.
00010 NAM TEST 00020 ORG $400 00025 OPT O,NOL 00030 PDATA1 EQU $E07E 00040 CNTRL EQU $E0E3 00050 START LDX #MSG 00060 JSR PDATA1 00070 JMP CNTRL 00080 MSG FCC /HELLO WORLD/ 00090 FCB 04 00100 ORG $A048 ; SET PC FOR MIKBUG G COMMAND 00110 FDB START 00120 END
Tip: Use the Scroll-Lock feature to avoid text scrolling offscreen.
How to Use WOZNIAC-68 Software
To quickly start using the WOZNIAC-68 software directly from this page:
- On a Mac: Right-click on the document icon (e.g., "Adventure").
- On a mobile device: Press and hold the document icon.
Select "Share..." from the menu, then choose "Load in WOZNIAC-68." The WOZNIAC-68 app will automatically download and open the software, allowing you to start right away. These files will be opened from a temporary location. To keep them permanently, use the "Move" command from the macOS or iOS file menu.
Alternative Method
If you prefer to download the software first:
- On a Mac: Click the document icon to download the file (.w68) to your Downloads folder.
- On a mobile device: Tap the document icon to download the file (.w68).
You can then open the downloaded file to launch WOZNIAC-68 and begin using the software.