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

Subversion Repositories m1_core

[/] [m1_core/] [trunk/] [tests/] [verif/] [mthi.c] - Rev 59

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

//SPOSTA IL RISULTATO DELL'ADDIZIONE CHE È SU R2 SUL REGISTRO HI
int main() {
  int a = 5;
  int b = 7;
  int c = a+b;
asm("MTHI $2");
 
  return 0;
}
 

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

powered by: WebSVN 2.1.0

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