Simple overview of use/purpose.
Contributors names and contact info
Replace -h3eH4ubuno in the this .md by your YT video
An in-depth paragraph about your project and overview of use.
Specify which file need to be used to run your program: e.g. run my_cool_program.asm in RARS
Describe the content of each file of your application: e.g.
src/main.c # Main file of program
src/main.asm # compiled version of main.c for RV32IM
src/featureA.asm # A specific feature called in main
test/test1.asm - test9.asm # 9 unit tests for featureA
Screenshot that shows succedded (unit) tests