Re: [Amforth] buffer:

2018-12-06 Thread Jan Kromhout
Last question for this evening. When I make a variable : variable buffer 1024 allot => is this in flash? Thanks for the great help this evening. Met een vriendelijke groet, Jan > Op 6 dec. 2018, om 20:18 heeft Jan Kromhout het > volgende geschreven: > > Martin, > > When I look to this >

Re: [Amforth] buffer:

2018-12-06 Thread Martin Bitter
Store and fetch in flash is !i and @i Groeten Martin Am Donnerstag, 6. Dezember 2018, 21:13:28 CET schrieb Jan Kromhout via Amforth-devel: > Martin, > > Thanks. > When I construct this and make a buffer of 1024 and after the buffer I > create a dummy so I can calculate the difference. ‘ dum

Re: [Amforth] buffer:

2018-12-06 Thread Jan Kromhout via Amforth-devel
Martin, Thanks. When I construct this and make a buffer of 1024 and after the buffer I create a dummy so I can calculate the difference. ‘ dummy - ‘ buffer = 1029. Thats means there is a space of 1024 bytes or words available. How can I store/read a byte or word to the location? This I have tr

Re: [Amforth] buffer:

2018-12-06 Thread Martin Bitter
Jan, don't know if this the right way - but my solution was like this: (It's extractet from more sophisticated working code. Hope I don't produce errors this way. Let me know if it works. Cave at! Memory allocatet this way will not bee freed bye markers or resets. In worst case you have to refla

Re: [Amforth] buffer:

2018-12-06 Thread Martin Bitter
Jan, the result of ( buffersize 2 * 16 /] literal gives a low value. This value ist the counter for a outer loop. In the inner loop there are 16 accesses to the buffer. Met vriendelijke groet Martin Am Donnerstag, 6. Dezember 2018, 19:18:34 CET schrieb Jan Kromhout: > Martin, > > When I loo

Re: [Amforth] buffer:

2018-12-06 Thread Jan Kromhout via Amforth-devel
Dank je wel Martin, Some questions. How to do this when I wont to place it in FLASH. How to write and acces RAM? How to write and acces in FLASH? Met vriendelijke groet, Jan > Op 6 dec. 2018, om 20:20 heeft Martin Bitter het > volgende geschreven: > > Am Donnerstag, 6. Dezember 2018, 20:0

Re: [Amforth] buffer:

2018-12-06 Thread Martin Bitter
Am Donnerstag, 6. Dezember 2018, 20:06:45 CET schrieb Jan Kromhout via Amforth-devel: Maybe this helps: Variable buffer 1024 allot This gives a buffer in RAM Or do you need it in FLASH? tot ziens Martin > Thanks Martin, > > What I wont is a buffer of 1024 bytes. > > Is that posible i

Re: [Amforth] buffer:

2018-12-06 Thread Jan Kromhout
Martin, When I look to this [ buffersize 2 * 16 / ] literal 0 do than I get a very low value. Is it correct what you have written? Cheers, Jan Op 6 dec. 2018, om 20:03 heeft Martin Bitter mailto:martin.bit...@t-online.de>> het volgende geschreven: [ buffersize 2 * 16 / ] literal 0 do _

Re: [Amforth] buffer:

2018-12-06 Thread Jan Kromhout via Amforth-devel
Thanks Martin, What I wont is a buffer of 1024 bytes. Is that posible in amForth? Cheers, Jan > Op 6 dec. 2018, om 20:03 heeft Martin Bitter het > volgende geschreven: > > Daag Jan, > > see below ... > > Hope it helps! > > Regards Martin > > BTW You'r marching through 1009 * 16 words

Re: [Amforth] buffer:

2018-12-06 Thread Martin Bitter
Daag Jan, see below ... Hope it helps! Regards Martin BTW You'r marching through 1009 * 16 words in memory - is that what you want? Am Donnerstag, 6. Dezember 2018, 19:46:33 CET schrieb Jan Kromhout via Amforth-devel: > Hello, > > I have make a buffer, after loading the program I aspect th

[Amforth] buffer:

2018-12-06 Thread Jan Kromhout via Amforth-devel
Hello, I have make a buffer, after loading the program I aspect that all locations will be zero. When take a look there are some places with values! /Users/jankromhout/Documents/amforth-6.7/tools (ATmega328P)> clearBuffer ok (ATmega328P)> .Buffer 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Re: [Amforth] Error in Search Option on the Amforth site

2018-12-06 Thread Matthias Trute
Am Donnerstag, den 06.12.2018, 15:34 +0100 schrieb f.zelders--- via Amforth-devel: > I noticed that the Search Option on http://amforth.sourceforge.net/ < > http://amforth.sourceforge.net/> has a bug > > When I search for dup the first result is 7-Segment Digits < > http://amforth.sourceforge.net/

Re: [Amforth] Forward declaration for recursive word

2018-12-06 Thread Matthias Trute
Am Mittwoch, den 05.12.2018, 22:20 + schrieb Jan Kromhout: > Thanks Matthis, > > It is working now. > > Do you know if the construction “ TO and VALUE “ is available for > amForth? Yes, they are. http://amforth.sourceforge.net/TG/recipes/Values.html Matthias

[Amforth] Error in Search Option on the Amforth site

2018-12-06 Thread f.zelders--- via Amforth-devel
I noticed that the Search Option on http://amforth.sourceforge.net/ has a bug When I search for dup the first result is 7-Segment Digits The link to this resul

[Amforth] Error in Search Option on the Amforth site

2018-12-06 Thread f.zelders--- via Amforth-devel
I noticed that the Search Option on http://amforth.sourceforge.net/ has a bug When I search for dup the first result is 7-Segment Digits The link to this resul