BurritOS/test_programs/riscv_instructions/simple_arithmetics/README.md
2023-03-01 13:44:48 +01:00

15 lines
174 B
Markdown

# 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