Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 557 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 557 Bytes

Processor

(I haven't decided what to name this thing yet)

About

This is a custom computer/microprocessor/whatever that i made It has a custom architecture and such You can find the whole specification here

Assembler (WIP)

Since this thing is fully custom, it needs an assembler You can build it using make as and run it using ./bin/as <file>

Emulator (WIP)

Unless you want to build this (or make it into an IC), you'll have to use the emulator You can build it using make emu and run it using ./bin/emu <ROM Image>