larsbrinkhoff / xForth

Experimental Forth cross compiler for tiny devices
GNU General Public License v3.0
61 stars 14 forks source link

Memory limits #38

Closed larsbrinkhoff closed 5 years ago

larsbrinkhoff commented 6 years ago

There should be a way to specify memory limits, i.e. start and end of flash and RAM.

The compiler should place code, variables, and stacks accordingly.