URL
https://opencores.org/ocsvn/copyblaze/copyblaze/trunk
Subversion Repositories copyblaze
[/] [copyblaze/] [trunk/] [copyblaze/] [sw/] [code/] [pbcc/] [asm/] [asm.c] - Rev 70
Go to most recent revision | Compare with Previous | Blame | View Log
// test of inserted asm code into C code int i; /* asm ENABLE_INTERRUPT; endasm */ int main(void) { __asm INPUT s0, 05 __endasm; i = 10; return i; }
Go to most recent revision | Compare with Previous | Blame | View Log