- Verilog implementation of a 24-bit RISC processor using a self developed ISA.
1) LW r0 r1 00000001 //load word in memory location 1+$(r0) in r1 ADD r0 r1 r2 //add $(r0) and $(r1) and store result in r2 JUMP 0000000000000011 // jump to location 11<<2 i.e 1100
2)BEQ 101100 00100 00110 00000011