Updated to fill in notes/comments on the mcu.

This commit is contained in:
Jake Goodwin 2026-01-05 23:03:16 -08:00
parent 87fc051a56
commit 5b41308043

View file

@ -233,7 +233,7 @@ handle_reset:
/* SystemInit: does stuff like clock setup, PLL cnofig, Periph reset. */
/* This mcu and microprocessor only has "M-Mode" or machine mode */
/* The other modes, U(user) and S(???) aren't availble. */
/* The other modes, U(user) and S(Supervisor) aren't availble. */
/* MEPC: Machine Exception Program Counter.*/
/* Jump's and links(ra --> return address) to SystemInit */
jal SystemInit