This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
bart
/
FPGC6
peilaus alkaen
https://github.com/bartpleiter/FPGC6
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Puu:
9438941e15
Haarat
Tagit
EP4CE15
cpu100mhz
fast-cpu-pipeline
main
FPGC6
/
BCC
/
CompilerTests
/
b.c
b.c
105 B
Historia
Raaka
1
2
3
4
5
6
7
8
9
10
11
12
13
int main() {
int a = 3;
while (a > 0)
{
a = a - 1;
}
return a; //0
}
void interrupt()
{
}