YouTube Channel Recommendations for people who like Low Level JavaScript (Click a channel's button below to go to their page on Channel Galaxy and find more new YouTube suggestions)
About Low Level JavaScript
Low Level JavaScript is a YouTube channel goes deep into the heart of low level programming - messing with ones and zeros - but all in pure JavaScript.
In this final installment of the RISC-V (emulator) series, we implement a multi-cycle memory interface. With this in place, the design is complete enough to move forward and begin design honest-to-goodness FPGA hardware!
=[ 🔗 Links 🔗 ]=
🎥 Series Playlist: https://www.youtube.com/watch?v=ER7h4ZTe… The Last Instructions!: RISC-V ep.11
In this installment of the RISC-V series, we're _finally_ implementing the very last instructions! Additionally, we add a reset mechanism to the pipeline stages in order to prevent hazardous conditions when dealing with traps.
=[ 🔗 Links 🔗 ]=
🎥 Series Playlist: https://www.youtube.com/watch?v=ER… Exceptional Trap Handling: RISC-V ep.10
In this episode of the RISC-V quest, we're implementing the mechanics of trap handling, taking one particularly easy to spot exception as the focus point: Load Address Misaligned.
The design involves building a new module, as well as a new super-state of the CPU, which controls when the processor …