This website works better with JavaScript.
Explore
Help
Sign In
ph7n2ofui
/
SysyCompiler_Arm
Watch
1
Star
0
Fork
You've already forked SysyCompiler_Arm
1
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
main
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'main'
${ noResults }
SysyCompiler_Arm
/
test
/
01_add.sy
11 lines
102 B
Raw
Permalink
Blame
History
//test add
int main(){
int a, b;
a = 10;
b = 2;
int c = a;
return a + b + c;
}
Reference in new issue
View Git Blame
Copy Permalink