Hello, I am new to amForth.

amForth is an interactive Forth. The compiler runs on the target and
writes to the flash memory of the device. This requires to send all the
source code through the UART interface.

I want to develop a Forth application for a target that uses the
ATmeage256 USART for the application data. In that case it would be
desired to compile the application, create a hex file and use USBasp to
flash it to the target.

How can I compile the Forth words, probably with the AVR assembler, for
a target without a free UART? Is there any idea of a cross compiler or
generating of assembler source code that could be place in a file lilke
appltrunkey.asm.

Are there other ways to approach?

Best regards,
Helge



_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to