Re: [Amforth] Where to store my word?

2012-06-18 Thread Jan Kromhout
Dear Michael, I try to convert the lib bitnames.frt. See the results here. There is going sommething wrong, but get not the finger behand it. I have used the latest version. Please can you take a look? Cheers, Jan FLOAD '\\psf\Home\Documents\amforth-4.8\amforth-4.8\lib\bitnames.frt' ; V 1

Re: [Amforth] Where to store my word?

2012-06-18 Thread pito
Jan, the bitnames.frt words are better to be rewritten into assembler. You need a fast pin manipulation on an MCU I would say. Your attempt to translate it into "asm tokens" is wasting the time (unless you are doing it for educational purposes mainly).. p. - PŮVODNÍ ZPRÁVA - Od: "Jan Kromh

Re: [Amforth] Problem running amforth 4.8 on an Arduino Uno - am I doing this right?

2012-06-18 Thread Alaric Snell-Pym
On 15/06/12 14:14, Alaric Snell-Pym wrote: > Also, I've been pointed at > http://strotmann.de/~cas/download/amforth/hexfiles/ as a source of > prebuilt hexes - I'll try those and see if they tell me anything. I got the 4.8 hexfile from there working fine! But I can't let it go without finding out