Hi Craig,

> Is there some reason that 5.2 for Arduino Uno does not include spirw.asm?

Not every arduino application needs the SPI module. If you need it,
just add the line

.include "words/spirw.asm"

to your dict_appl.inc file (or dict_appl_core.inc there is still
enough free code space)

I follow the basic idea that amforth has a pre-defined wordset that
is always present, with more words to be included on a per-use basis.
There are a few words in the words/ dictionary, that are useful but
are only needed for certain use cases. Some of them I bundled in
dict_xy.inc files in the core/ directory, but some are not.

I prefer forth code to ease maintenance but include assembler
words for speed (or sometimes code space). A recent example
is n@spi http://amforth.sourceforge.net/TG/recipes/SPI.html

Marker is the same story. It is a great tool for developers but
rarely useful is an application.

Matthias

------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
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