Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.18 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.18 KB

ABSOLUTE ASS

A computer! Our features:

  • A compact and uniform 16-bit instruction format
  • A pleasant RISC load-store design, we think, we're not really sure as while we are educated, we are still so ignorant.
  • Word-size agnostic. Want a 4-bit CPU? Go for it! 64 bit? Sure!
  • A suite of poorly-tested implementations that occasionally make their way onto an FPGA
  • A generalized bitwise instruction that can perform any of the 16 2-input boolean functions

Planned features:

  • Memory protection scheme
  • Interrupts and I/O interfaces

Here you'll find...