Hi Enoch,
> Hello Matthias & All:
>
> How about adding a CVARIABLE word to the kernel?
Why include it into the kernel? just simply define it
yourself.
: cvariable variable -1 allot ;
btw: i found this file interesting
https://github.com/ayrnieu/forth-garden/blob/master/compat.f
Esp the "use
Hello Matthias,
Matthias Trute writes:
>> How about adding a CVARIABLE word to the kernel?
>
> Why include it into the kernel? just simply define it
> yourself.
>
> : cvariable variable -1 allot ;
Implementation is not the issue -- education is (i.e., please be
reminded that the AVR is an 8bit
Hi Enoch,
>> : cvariable variable -1 allot ;
>
> Implementation is not the issue -- education is (i.e., please be
> reminded that the AVR is an 8bit µC).
I hope you like
http://amforth.sourceforge.net/TG/recipes/RAM-Efficiency.html
Matthias
PS: the recipe deserves more ideas ;)
---
Hi all,
I'm working on a project to hook up an xbee radio to an AVR running
amforth. I'm a bit of a forth beginner, so I'm looking for a bit of advice
if anyone can help. Maybe this would be useful to other amforthers if I get
it up and running. You are welcome to the code when it's done.
What I