pforth: allow header and code size to be controlled
authorPhil Burk <philburk@mobileer.com>
Mon, 27 May 2019 14:03:10 +0000 (07:03 -0700)
committerPhil Burk <philburk@mobileer.com>
Mon, 27 May 2019 14:03:10 +0000 (07:03 -0700)
commit28475a0fb13a35d275694e98c8cf7fa935386e10
tree244480241ec785f2a98bf376856c063d02ad8362
parent946b28a8478c998de8aaec852f23548a4242e070
pforth: allow header and code size to be controlled

Header and code size can now be set at compile time by defining
PF_DEFAULT_HEADER_SIZE or PF_DEFAULT_CODE_SIZE.
Size is in bytes.
csrc/pf_core.c