BurritOS/test_programs/riscv_instructions/simple_arithmetics/README.md

15 lines
174 B
Markdown
Raw Normal View History

2023-02-08 16:01:41 +01:00
# Simple arithmetics program
These allow to check whether the following instructions are correctly implemented.
- addi
- sd
- sw
- li
- sw
- lw
- mv
- addw
- nop
- ld
- ret