BurritOS/test_programs/riscv_instructions/simple_arithmerics
2023-02-08 15:01:41 +00:00
..
README.md ONGOING: Test programs 2023-02-08 15:01:41 +00:00
unsigned_addition.c ONGOING: Test programs 2023-02-08 15:01:41 +00:00
unsigned_division.c ONGOING: Test programs 2023-02-08 15:01:41 +00:00
unsigned_multiplication.c ONGOING: Test programs 2023-02-08 15:01:41 +00:00
unsigned_substraction.c ONGOING: Test programs 2023-02-08 15:01:41 +00: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