/Titan-Specifications

Specifications for my homebrew CPU 'Titan'

Primary LanguageScheme

Titan - My homebrew TTL processor

In this repo you can find sources for programs that have been written for Titan

Documentation

See the following link for an explanation of the ISA of the processor and assembly conventions.

Specifications

Assembler(s)

There are a few assemblers for Titan but only my own assembler in scheme can really be trusted to be accurate and up to date.

Emulator(s)

One written in scheme by bootnecklad can be found here

One that has been half implemented (Written in C#) was written by Goost91.