Hello there
category: general [glöplog]
I built a 16-bit CPU from scratch — RR16X Mk.8.2
I've just released RR16X Mk.8.2, a custom 16-bit CPU architecture I've been building from scratch.
Custom ISA, assembler, C++ emulator, SystemVerilog implementation and extensible peripheral system.
Windows binaries are included in the first release.
Search GitHub for RR16X_Mk.8_logic- if you're interested.
I'm curious what people here think of programming for unusual/custom hardware.
I've just released RR16X Mk.8.2, a custom 16-bit CPU architecture I've been building from scratch.
Custom ISA, assembler, C++ emulator, SystemVerilog implementation and extensible peripheral system.
Windows binaries are included in the first release.
Search GitHub for RR16X_Mk.8_logic- if you're interested.
I'm curious what people here think of programming for unusual/custom hardware.
This is cool as hell!!!
I had a funny feeling you guys would like this.
please, if you have a moment, tell me:
what did you like?
what would you have done differently?
please, if you have a moment, tell me:
what did you like?
what would you have done differently?
nice project! I liked that you chose a three-operand form for the ISA since that maps well to SSA (static single assignment) which will pay off when you write e.g. a C compiler for it.
