Our contribution to compressed instruction RV32IC
contributed by < Jack, Ching-Hong Fang, anfong-query>
Table of Contents
[toc]
Introduction
minrv32 is a minimal RISC-V Implementation without a register file. It is inspired by the "MOS Technology 6502" which has very few registers. The main feature of minRV32 is that it has only one register (program counter) for this cpu. It can use "zero page" as registers. That is, all of the register files (i.e. a0, s1, t3) may be fetched from the memory.