Hello
The heap size is per default 2000 bytes.
If you want to use a smaller heap:
- Open project hc08_lib.mcp from {Install}\lib\hc08c directory
- Edit file libdefs.h (from {Install}lib\hc08c\include directory
- Change the LIBDEF_HEAPSIZE to something smaller
- save the changes
- Rebuild the libraries (or at least the one you need.
This should do it
.
CrasyCat