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