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

Subversion Repositories m1_core

[/] [m1_core/] [trunk/] [tests/] [verif/] [jal.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 = 5;
3
  int b = 7;
4
  int c = a+b;
5
asm(".long 0x0C000015");
6
asm("ANDI $5 , $3 , 1");
7
asm("NOP \n NOP \n NOP");
8
asm("pesciolino:");
9
asm("nop");
10
asm("addi $6 , $3 , 2");
11
asm("nop ");
12
asm("jr $31");
13
  return 0;
14
}

powered by: WebSVN 2.1.0

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