HI Charles,
My project is porting retro16 to MBED microcontroller (
www.mbed.org).
I really like retro for its simplicity, especially the single file
approach (retro.c and core.rx). And forth is very similar to my hp
50g calculator rpn style :)
1) I modified retro16 files so that it is possible to build it for
MBED by defining __MBED__. What's the best way to send you the files
for review?
2) While reviewing the core.rx in the branch, I got the idea that if
it is possible to have multiple memories? Let me explain. MBED has
512KB flash and 32KB ram. I can maximize ram by putting core.rx in
the flash and all user entered data/words are in the ram.
Let me do some code reading...
thanks,
erturk