From: Karl L. <kar...@se...> - 2010-11-10 22:52:55
|
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 "traditional" way of doing this? Should I modify SOURCE to read from my block buffer if BLK is not 0? I have already tried using a custom version of REFILL but I don't like this solution. It works if I type a single load command from the command prompt, like this: 5 load but It does not work properly if I put more than one load command on a command line (5 load 6 load) nor does it work if I put a load command inside a block and then load that block. All suggestions welcome! Karl |