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

Subversion Repositories mlite

[/] [mlite/] [trunk/] [tools/] [test.c] - Diff between revs 350 and 351

Show entire file | Details | Blame | View Log

Rev 350 Rev 351
Line 14... Line 14...
--   having static data causes the opcodes to begin at a different
--   having static data causes the opcodes to begin at a different
--   location in the resulting executable file.
--   location in the resulting executable file.
--
--
--   Save the opcodes in "code.txt".
--   Save the opcodes in "code.txt".
--
--
--   The interrupt vector is set to address 0x30.
--   Testing subversion.
--------------------------------------------------------------------*/
--------------------------------------------------------------------*/
#ifndef WIN32
#ifndef WIN32
#undef putchar
#undef putchar
#define putchar(C) *(volatile unsigned char*)0x20000000=(unsigned char)(C)
#define putchar(C) *(volatile unsigned char*)0x20000000=(unsigned char)(C)
#endif
#endif

powered by: WebSVN 2.1.0

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