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