OpenCores
URL https://opencores.org/ocsvn/copyblaze/copyblaze/trunk

Subversion Repositories copyblaze

[/] [copyblaze/] [trunk/] [copyblaze/] [sw/] [code/] [pbcc/] [asm/] [asm.c] - Blame information for rev 54

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 54 ameziti
// test of inserted asm code into C code
2
int i;
3
 
4
/*
5
asm
6
ENABLE_INTERRUPT;
7
endasm
8
*/
9
 
10
int main(void)
11
{
12
__asm
13
INPUT s0
14
__endasm;
15
i = 10;
16
return i;
17
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.