rrthomas / pforth

A portable Forth compiler
GNU General Public License v3.0
11 stars 1 forks source link

Allocate buffers statically #50

Closed rrthomas closed 2 years ago

rrthomas commented 2 years ago

Allocate the buffers currently allocated dynamically from the top of memory statically instead.

This is the only real use for M0 in the current pForth.