URL
https://opencores.org/ocsvn/m1_core/m1_core/trunk
Subversion Repositories m1_core
[/] [m1_core/] [trunk/] [tests/] [verif/] [andiprova.c] - Rev 59
Go to most recent revision | Compare with Previous | Blame | View Log
int main() { int a = -5; //r3 int b = 7; int d=0; int c = a+b; //r2= 2 if(c<a) d=0; else d=1; //asm("ANDI $5 , $3 , 5"); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log