OpenCores
URL https://opencores.org/ocsvn/m1_core/m1_core/trunk

Subversion Repositories m1_core

[/] [m1_core/] [trunk/] [tests/] [verif/] [blez.c] - Blame information for rev 54

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 39 fafa1971
int main() {
2
  int a = -7;
3
  int b = 7;
4
  int c = a+b;
5
//asm("nop \n nop \n BLEZ $3 , vari");
6
//asm("NOP \n NOP \n NOP \n NOP \n BLEZ $3 , vari ");       //caso funzionante
7
asm("BLEZ $3 , vari ");
8
asm("nop \n nop ");
9
asm("vari:");
10
asm("andi $5 , $2 , 0");
11
  return 0;
12
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.