This repository contains interactive web pages I built for a RISC-V computer architecture course. They help visualize compiler-inspired concepts like control-flow graphs, data-flow analysis, and dead code elimination, making these ideas easier to understand.
- Control-Flow Graph Lab: https://ayokunle321.github.io/riscv-lab-guides/CFG/
- Dead Dode Elimination Lab: https://ayokunle321.github.io/riscv-lab-guides/DCE/