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

Subversion Repositories copyblaze

[/] [copyblaze/] [trunk/] [copyblaze/] [sw/] [code/] [pbcc/] [asm/] [asm.c] - Diff between revs 54 and 56

Show entire file | Details | Blame | View Log

Rev 54 Rev 56
Line 8... Line 8...
*/
*/
 
 
int main(void)
int main(void)
{
{
__asm
__asm
INPUT s0
INPUT s0, 05
__endasm;
__endasm;
i = 10;
i = 10;
return i;
return i;
}
}
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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