WIP: Simple RISC-V emulator
Find a file
Balazs Toldi cdb563839f
Added simple branch jump and SUB operation
Signed-off-by: Balazs Toldi <balazs@toldi.eu>
2023-04-14 15:27:54 +02:00
.gitignore Initial commit 2023-04-12 22:08:20 +02:00
CMakeLists.txt Initial commit 2023-04-12 22:08:20 +02:00
main.c Initial commit 2023-04-12 22:08:20 +02:00
riscv_emu.c Added simple branch jump and SUB operation 2023-04-14 15:27:54 +02:00
riscv_emu.h Initial commit 2023-04-12 22:08:20 +02:00