forked from Rativel/BurritOS
ONGOING: Test programs
This commit is contained in:
3
test_programs/riscv_instructions/jump_instructions/ret.c
Normal file
3
test_programs/riscv_instructions/jump_instructions/ret.c
Normal file
@@ -0,0 +1,3 @@
|
||||
int main() {
|
||||
return 1;
|
||||
}
|
||||
Reference in New Issue
Block a user