ICE 7: RISC-V LED Demo#
Time to get your hands dirty with RISC-V Assembly Programming!
Clone USAFA-ECE/ece281-ice7. You don’t have to make your own copy because there is no submission for this ICE.
Open it in VS Code and install the recommended extensions
Complete the missing assembly, based on the comments
Go to Run > Start Debugging
Open the LED panel if it didn’t automatically
View the registers
View the memory
Step through the program, watch the registers change and the LEDs illuminate.
Smile!