2015-01-31 20:27 GMT+01:00 Andrew Holt :
> : test ," Hello" cr ;
does amforth realy have a ," word? (komma-quote)
Try ." instead (dot-quote)
mk
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sp
2015-01-31 20:27 GMT+01:00, Andrew Holt :
> If I do this:
>
> : test ," Hello" cr ;
I didn't try amForth yet - but are you sure, that you want to use ,"
there and not ." (dot instead of comma)? Or maybe it's something
non-standard in amForth - not sure.
--
Z.
---
Am Samstag, den 31.01.2015, 19:27 + schrieb Andrew Holt:
> Or am I doing something stupid ?
>
> Hi,
>
> I have built amforth using the latest downloaded source.
>
> The target is a UNO R3, with the am328p. I am programming it with a
> usbtiny.
UNO sounds like arduino. Right?
The arduino
Or am I doing something stupid ?
Hi,
I have built amforth using the latest downloaded source.
The target is a UNO R3, with the am328p. I am programming it with a
usbtiny.
I flash the target, and is starts OK. I can do the usual commands, word, 1
2 + .
If I do this:
: test ," Hello" cr ;
I g
>
> Yes, I'm aware of this. I was hoping to get some help here, how to
> (re)configure AmForth to make it work with the thing the way I want.
I doubt that it is a reconfiguration only. You'll have to change
some very basic things in the heart of amforth.
> it's feasible when using indirect-thre
2015-01-31 10:12 GMT+01:00, Matthias Trute :
> Thus if you want to place them at different memories, that would
> require changes in the core system: the inner interpreter,
> the words , (comma), compile, >body and execute. Maybe a few
> more as well.
Yes, I'm aware of this. I was hoping to get s
Hi Zbigniew,
> As an interesting exercise I'm going to recreate a little computer,
> whose design has been published on pages
> https://sites.google.com/site/retroelec/home
Cute
>
> There is a statement: "An ATMega microcontroller is a Harvard
> architecture machine. So to be able to load and