gmod-lcpu/native/projects/riscv_test_harness/test
Lily Tsuru 878990a921 riscv: IT WORKS
finally. once i'm sure it's 100% working i can probably like, develop this addon finally
2023-07-24 00:01:39 -04:00
..
Makefile riscv: IT WORKS 2023-07-24 00:01:39 -04:00
README.md riscv: IT WORKS 2023-07-24 00:01:39 -04:00
binary.ld riscv: IT WORKS 2023-07-24 00:01:39 -04:00
main.c riscv: IT WORKS 2023-07-24 00:01:39 -04:00
start.S riscv: IT WORKS 2023-07-24 00:01:39 -04:00

README.md

what

This is a simple bare-metal riscv program that is able to run on the test harness that does some testing.

It is barebones, I know.