Uploaded 7_14_2020
This commit is contained in:
parent
8e783a1dd9
commit
72cf158fd9
|
@ -8,6 +8,7 @@ My YouTube Channel with some videos of the stuff in action: www.youtube.com/chan
|
|||
Emulated Processors:
|
||||
|
||||
MCL68 - Motorola 68000 Emulator written in C
|
||||
RISCV - Simple and compact RISC-V RS32I implementation written in C
|
||||
|
||||
Microsequencer-based processors:
|
||||
|
||||
|
@ -21,7 +22,6 @@ Other processors:
|
|||
|
||||
MCLR5 - Quad-Issue Superscalar RISCV
|
||||
Lockstep Quad Modular Redundant System
|
||||
RISCV C Version - Simple and compact RISC-V RS32I implementation written in C
|
||||
|
||||
|
||||
Misc:
|
||||
|
|
|
@ -0,0 +1,33 @@
|
|||
# Ted Fried's MicroCore Labs Projects
|
||||
|
||||
My blog which has some details on these projects: www.MicroCoreLabs.Wordpress.com
|
||||
|
||||
My YouTube Channel with some videos of the stuff in action: www.youtube.com/channel/UC9B3TaEUon-araO2j7tp9jg/videos
|
||||
|
||||
|
||||
Emulated Processors:
|
||||
|
||||
MCL68 - Motorola 68000 Emulator written in C
|
||||
|
||||
Microsequencer-based processors:
|
||||
|
||||
MCL65 - MOS 6502
|
||||
- C Version as well
|
||||
MCL51 - Intel 8051
|
||||
MCL86 - Intel 8086/8088
|
||||
|
||||
|
||||
Other processors:
|
||||
|
||||
MCLR5 - Quad-Issue Superscalar RISCV
|
||||
Lockstep Quad Modular Redundant System
|
||||
RISCV C Version - Simple and compact RISC-V RS32I implementation written in C
|
||||
|
||||
|
||||
Misc:
|
||||
|
||||
Wheelwriter - FPGA based Printer Option for the IBM Wheelwriter 5
|
||||
Wheelwriter2 - Arduino Leonardo based Printer Option for the IBM Wheelwriter 5
|
||||
|
||||
|
||||
For questions email me at www.MicroCoreLabs.com
|
Loading…
Reference in New Issue