955 B
Additional stuff
Contents:
-
The
doc
subdirectory contains a late draft of the ANSI C 1989 spec that glcc targets. -
The
horizon
subdirectory contains the historical gigatron horizon program and a makefile to compile it for rom v4, v5a, or for at67x's experimental rom. You either needglcc
in the path, or need to provide argumentCC=path-to-glcc
to themake
command. -
The
fp
subdirectory contains code to exercise the floating point emulation and show how costly it is to call the functionprintf
. You either needglcc
in the path, or need to provide argumentCC=path-to-glcc
to themake
command. You can also provideROM=xxx
orMAP=xxx
arguments to experiement. -
The
tst
subdirectory contains small programs to test the console emulation, test the standard io library on the console, and test the function_memcpyext
that copies bytes across memory banks when a RAM and I/O expansion board is present.