From: Marcin C. <sa...@sa...> - 2010-09-15 22:16:01
|
Al Williams <al....@aw...> wrote: > I saw amforth and popped it on an ATMega 8. Works but very little code space. > So I dug up an ATmega 16 (you can mark it as working on the matrix -- it > does). > > However, I want to be able to use Marker. I have uploaded the definiton several > different ways including the python shell (which appears not to handle > backspace well in interactive mode, by the way). It seems to work, but after > you execute it (example: marker blah) the system will say OK but any input > will hang the system when you hit enter. I have reproduced this error and dumped 6 images of flash and eeprom at the different stages: http://saper.info/hg/forth/2010-sep-marker-problem/ You can fetch all the files using Mercurial (http://mercurial.seleni.com) with: hg clone http://saper.info/hg/forth/2010-sep-marker-problem/ There is something strange when portion of flash memory gets erased for the new word. --Marcin |