| .. | ||
| doc | ||
| fp | ||
| horizon | ||
| mscp | ||
| sieve | ||
| tst | ||
| veekoo | ||
| README.md | ||
Additional stuff
Contents:
-
The
docsubdirectory contains a late draft of the ANSI C 1989 spec that glcc targets. -
The
horizonsubdirectory contains the historical gigatron horizon program and a makefile to compile it for rom v4, v5a, or for at67x's experimental rom. You either needglccin the path, or need to provide argumentCC=path-to-glccto themakecommand. -
The
fpsubdirectory contains code to exercise the floating point emulation and show how costly it is to call the functionprintf. You either needglccin the path, or need to provide argumentCC=path-to-glccto themakecommand. You can also provideROM=xxxorMAP=xxxarguments to experiement. -
The
tstsubdirectory contains small programs to test the console emulation, test the standard io library on the console, and test the function_memcpyextthat copies bytes across memory banks when a RAM and I/O expansion board is present.