Re: [Amforth-devel] Help with LOAD

2010-11-17 Thread Matthias Trute
Hi Karl, > I have all of the support words in place to permit editing and > loading blocks of source from a serial EEPROM or ferroRAM. The only > piece I'm missing is how to hook a buffer read from the block device > into the text stream used by the interpreter. What is the > "traditiona

Re: [Amforth-devel] Help with LOAD

2010-11-10 Thread Kalus Michael
Hi Karl. Maybe you want to take a look at old volksforth - it had blocks on flopy disk as forth source. http://www.forth-ev.de/wiki/doku.php/words:volksforth_kernel ... : source ( -- addr len ) blk @ ?dup IF loadfile @ (block b/blk exit THEN tib #tib @ exit ; ... Michael Am 10.11.2010 um 2