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

Subversion Repositories m1_core

[/] [m1_core/] [trunk/] [tests/] [verif/] [mthi.c] - Blame information for rev 59

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

Line No. Rev Author Line
1 39 fafa1971
//SPOSTA IL RISULTATO DELL'ADDIZIONE CHE È SU R2 SUL REGISTRO HI
2
int main() {
3
  int a = 5;
4
  int b = 7;
5
  int c = a+b;
6
asm("MTHI $2");
7
 
8
  return 0;
9
}

powered by: WebSVN 2.1.0

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