This website requires JavaScript.
Explore
Help
Sign In
Rativel
/
BurritOS
Watch
1
Star
1
Fork
0
You've already forked BurritOS
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
24919a9879
BurritOS
/
test
/
riscv_instructions
/
jump_instructions
/
jump.c
8 lines
78 B
C
Raw
Normal View
History
Unescape
Escape
ONGOING: Test programs
2023-02-08 16:01:41 +01:00
int
test
(
)
{
Fixed compilation warnings
2023-03-01 13:56:12 +01:00
return
0
;
ONGOING: Test programs
2023-02-08 16:01:41 +01:00
}
int
main
(
)
{
int
x
=
test
(
)
;
Fixed compilation warnings
2023-03-01 13:56:12 +01:00
return
x
;
ONGOING: Test programs
2023-02-08 16:01:41 +01:00
}
Reference in New Issue
Copy Permalink