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

Subversion Repositories m1_core

[/] [m1_core/] [trunk/] [tests/] [verif/] [andiprova.c] - Blame information for rev 57

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 39 fafa1971
int main() {
2
  int a = -5;     //r3
3
  int b = 7;
4
  int d=0;
5
  int c = a+b;  //r2= 2
6
        if(c<a)
7
                d=0;
8
        else
9
                d=1;
10
  //asm("ANDI $5 , $3 , 5");
11
  return 0;
12
}

powered by: WebSVN 2.1.0

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