From: pito <pi...@vo...> - 2010-07-02 23:33:51
|
Dear friends, I've just started with amforth and I would be happy to ask expets following: In the version 4 there is a feature which stops me to compile succesfuly in the template.asm: ....These files include the *def.inc from atmel internally. .include "device.asm"...... I had to change to: ...These files include the *def.inc from atmel internally. .include "devices/atmega32/device.asm"..... in order to compile. I am using AVR studio under XP. It works great. I am using Forfiter for uploading the words. 2. I am new with forth (I am learning it because I want to design a FPGA based forth procesor) so I've tried to add new words from examples - however, some examples require to have defined additional words, which are not included in the fresh compilation from the template. I've read the docs there but - pls be so kind and do advise me in which dict_*.inc shall I include missing *.asm word definitions? Is there any "full version" which compiles all the words from your distribution - all those in \amforth-4.0\core\words? And how to delete a word from flash when interactivly added? With forget (..not there) or marker? Thanks a lot. |