URL
https://opencores.org/ocsvn/m1_core/m1_core/trunk
Subversion Repositories m1_core
[/] [m1_core/] [trunk/] [tests/] [verif/] [mult.c] - Rev 61
Go to most recent revision | Compare with Previous | Blame | View Log
int main() { int a = -5; int b = 7; int c = a+b; asm("MULT $2 , $3 "); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log