1
3
Fork
You've already forked sisa67
0
public domain computer architecture, rework of SISA64
  • Seabass 98.1%
  • C 1.8%
  • Makefile 0.1%
2024年07月27日 16:44:21 -04:00
abandoned make push 2023年12月02日 20:02:14 -05:00
test gitap 2024年07月27日 16:44:21 -04:00
.gitattributes gitap 2023年11月29日 00:50:04 -05:00
.gitignore gitap 2023年11月30日 02:01:32 -05:00
assembler.hbas gitap 2024年07月27日 16:44:21 -04:00
dev.c make push 2023年12月07日 23:41:33 -05:00
docs.hbas make push 2023年11月29日 23:55:12 -05:00
FUNCTIONAL_OBJECT make push 2023年12月03日 02:25:51 -05:00
isa.cbas make push 2023年12月09日 19:30:39 -05:00
isa_pre.hbas make push 2023年12月09日 19:30:39 -05:00
LICENSE initial 2023年11月28日 22:36:50 -05:00
Makefile make push 2023年12月04日 23:14:21 -05:00
planning.txt gitap 2023年12月02日 20:37:47 -05:00
README.md gitap 2023年11月29日 21:13:44 -05:00

SISA67 - A simple RISC processor

Implemented in the SEABASS metaprogramming language.

In development

FEATURES

  • Userland with memory protection

  • 256 64 bit general purpose registers

  • can access 4 gigabytes (configurable) of memory

  • Performance benchmarks on privileged code as fast as ~660.7 Million Instructions Per Second on an AMD Ryzen 3600

  • Public domain- no IP attachments, take whatever you want