BurritOS/test_programs/riscv_instructions/simple_arithmetics
2023-03-01 13:44:48 +01:00
..
Makefile Automated objdumping of test programs 2023-03-01 13:44:48 +01:00
README.md Automated objdumping of test programs 2023-03-01 13:44:48 +01:00
unsigned_addition.c Automated objdumping of test programs 2023-03-01 13:44:48 +01:00
unsigned_division.c Automated objdumping of test programs 2023-03-01 13:44:48 +01:00
unsigned_multiplication.c Automated objdumping of test programs 2023-03-01 13:44:48 +01:00
unsigned_substraction.c Automated objdumping of test programs 2023-03-01 13:44:48 +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