From: pito <pi...@vo...> - 2010-09-10 17:42:36
|
Hi, I can imagine the headache, indeed. The experts may answer the simulator Q.. I've put the stuff into AVR Studio 4.18 SP2 (build 700 and 692)and I've tried to run amforth in simulator. IT WORKS, however after few steps the AVR Studio crashed (it shots down the simulator) - always on first "ijmp" instruction (atmega1284p). The other way is to simulate in VMLAB (this supports the smaller atmels only). You cannot compile to x86 as the amforth is written in ATMEGA AVR assembler. P. > hi, all > > I've got headache on debug the words on the board. > I need a simulator for amforth. > Does anyone know how to solve it? Or how to > compile the amForth to X86? Where are the forth > source of the core? > > |