BurritOS/test/riscv_instructions/simple_arithmetics
François Autin 411caac86f Assembly lib
2023-04-05 10:53:34 +00:00
..
Makefile Assembly lib 2023-04-05 10:53:34 +00:00
README.md Reworked unit tests for machine and renamed test_programs directory 2023-03-12 00:22:16 +01:00
unsigned_addition.c Reworked unit tests for machine and renamed test_programs directory 2023-03-12 00:22:16 +01:00
unsigned_division.c Reworked unit tests for machine and renamed test_programs directory 2023-03-12 00:22:16 +01:00
unsigned_multiplication.c Reworked unit tests for machine and renamed test_programs directory 2023-03-12 00:22:16 +01:00
unsigned_substraction.c Reworked unit tests for machine and renamed test_programs directory 2023-03-12 00:22:16 +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