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