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