alignment patch to risc-v/macros.s
patch to amforth-shell.py to fix tab completion
website (prebuilt + refcard) and doc related .asm edits
website update
fix .db padding warnings (from avra)
added directive #stack to amforth-shell.py
minor fixes to amforth-shell.py
Change of maintainer
or perhaps https://github.com/wa1tnr/camelforth-uno-r4-aU
Thank you. Just what I needed. Below seems to work with the Q71. Best wishes, Tristan _ijk_ marker _ijk_ $c4d9 constant fsr2 : rp@ fsr2 @ $c000 or ; : i r@ ; \ or use synonym : j rp@ 2- dup c@ swap 1- c@ 8 lshift or ; : k rp@ 2- 2- dup c@ swap 1- c@ 8 lshift or ; : ex cr 2 for 3 for 4 for k . j . i . cr next cr next cr next cr ; 1 2 3 1 2 2 1 2 1 1 2 0 1 1 3 1 1 2 1 1 1 1 1 0 1 0 3 1 0 2 1 0 1 1 0 0 0 2 3 0 2 2 0 2 1 0 2 0 0 1 3 0 1 2 0 1 1 0 1 0 0 0 3 0 0 2 0 0 1 0 0 0
I too am trying to read inner and outer loop variables in nested for..next but am unable to find rp@ on a PIC18. rp@ does not seem to be a builtin word and I can't locate it in any .fs files. All help gratefully received. Best wishes, Tristan
Hi Matthias, Thank you very much indeed. Kind regards and thanks, Tristan On 04Sep21 12:37, Matthias Koch wrote: Hi Tristan, I wrote an example for you, here it is. Best wishes, Matthias Hello, Can anyone give me some example mecrisp Forth code for configuring an external GPIO interrupt on the RP2040? I am working my way through the RP2040 datasheet but have not had any success with this. kind regards and thanks, Tristan RaspberryPi Pico support Sent from sourceforge.net because you indicated interest...
Hello, Can anyone give me some example mecrisp Forth code for configuring an external GPIO interrupt on the RP2040? I am working my way through the RP2040 datasheet but have not had any success with this. kind regards and thanks, Tristan