[Amforth] c,

2018-11-06 Thread Jan Kromhout
Hi, When I use for example gforth I can use the c, word. I wont to use this also in amForth in combination with c@. The word c, is not available, how to do this. I think this is a good way to use not so much memory. Thanks for any help. Cheers, Jan \ Segment byte maps for numbers 0 to 9

Re: [Amforth] c,

2018-11-06 Thread Matthias Trute
Am Dienstag, den 06.11.2018, 17:41 + schrieb Jan Kromhout: > Hi, > > When I use for example gforth I can use the c, word. I wont to use > this also in amForth in combination with c@. It's a bit more complex... , (comma) appends to the dictionary in flash memory. c@ cannot access the flash ad