URL
https://opencores.org/ocsvn/copyblaze/copyblaze/trunk
Subversion Repositories copyblaze
[/] [copyblaze/] [trunk/] [copyblaze/] [sw/] [code/] [pbcc/] [intr/] [intr.c] - Rev 69
Go to most recent revision | Compare with Previous | Blame | View Log
// test of inserted asm code into C code int i; void ihandler() __interrupt (3) __using (7) { _asm DISALBE INTERRUPT _endasm; } int main(int x, int y) { _asm INPUT s0 _endasm; i = 10; return i; }
Go to most recent revision | Compare with Previous | Blame | View Log