This repo is best paired with my youtube series: https://www.youtube.com/playlist?list=PLnroIuFBAs4_9UHOOjgop_4Ac4wloOjcz
- run java --version
- Java 8, Java 11, and Java 17 have been tested and are known to work with RARS
- IF you dont have java :
- check install
- java -jar
- Option 1: clone this repo it has the .jar file
- RARS is a RISC-V assembler
- Its possible the .jar included in this repo is not up to date
- Do the below to ensure the RARS version is the most recent
- https://github.com/TheThirdOne/rars/releases
- Scroll down to assets
- Download
- Run the
.jar
file using Java -java -jar <path_to_rars.jar>
Subject to intese and vigerous reorginization
- Reference: Lesson documents can be found in the reference sections
- Corresponding video lessons can be found on youtube with the same name
- Videos and documents should come out weekly on Sunday
- Any other useful documents I will upload here as well
- My video lessons will usually have additional documents and websites
- Check out my videos for the most information
- will generally only upload .md and .pdf files in this section
- Code:
- Code used for a video lesson
- will be reorginized in the future