URL
https://opencores.org/ocsvn/m1_core/m1_core/trunk
Subversion Repositories m1_core
[/] [m1_core/] [trunk/] [tests/] [verif/] [sub.c] - Rev 54
Compare with Previous | Blame | View Log
int main() { int a = 5; int b = 6; int c= a - b ; asm("SUB $5, $2,$3"); return 0; }