URL
https://opencores.org/ocsvn/m1_core/m1_core/trunk
Subversion Repositories m1_core
[/] [m1_core/] [trunk/] [tests/] [verif/] [bgezal.c] - Rev 61
Go to most recent revision | Compare with Previous | Blame | View Log
int main() { int a = 7; int b = -10; //r2 int c = a+b; asm(" BGEZAL $3 , bravusi"); //asm("NOP \n NOP \n NOP \n BGEZAL $3 , ste"); asm("nop \n nop \n nop \n nop"); asm("bravusi:"); asm("andi $5 , $2 , 0"); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log