nimblemachines / muforth

A simple, indirect-threaded Forth, written in C; for target compiling; runs on Linux, BSD, OSX, and Cygwin
https://muforth.dev/
Other
131 stars 30 forks source link

target/ARM/v6-m/kernel-itc.mu4 leaves user in region flash #17

Closed anarchitech closed 3 years ago

anarchitech commented 3 years ago

...hence colon definitions will not work on ARM targets OOTB. User should verify they are in ram by executing the word ram or adding it to their loader file until this is fixed. User can check whether they are in flash or ram by executing the word region and noting the address left on the stack.

anarchitech commented 3 years ago

Closing this; prompt now clearly shows user what region they're in.