Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 827 Bytes

File metadata and controls

41 lines (21 loc) · 827 Bytes

CESP Programming Project Title

Simple overview of use/purpose.

Authors

Contributors names and contact info

Demo Video

IMAGE ALT TEXT

Replace -h3eH4ubuno in the this .md by your YT video

Description

An in-depth paragraph about your project and overview of use.

How to run

Specify which file need to be used to run your program: e.g. run my_cool_program.asm in RARS

Files

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

Test

Screenshot that shows succedded (unit) tests