Skip to content
/ AC-63 Public

18-bit CPU Design and Emulator

Notifications You must be signed in to change notification settings

tokamach/AC-63

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AC-63

This repo is for a custom CPU design called the AC-63, it's emulator, as well as the spec in manual.org. The CPU was originally 8-bit, then 12-bit, and finally changed to 18-bit to avoid copying the PDP-8 too much.

CPU Goals include:

  • Fully defined AC-63 spec and emulator to match.
  • CPU state serializable to JSON, YAML, or perhaps a binary format.
  • Independent emulation code, with multiple frontends.
  • Reasonably useful IO system, for interfacing with peripherals.
  • External assembler and command line AC-63 runner/debugger.

ncurses panel: image

Releases

No releases published

Packages

No packages published