Am Donnerstag, den 06.12.2018, 20:26 + schrieb Jan Kromhout:
> Last question for this evening.
> When I make a variable : variable buffer 1024 allot => is this in
> flash?
your code does the following
first it defines a word called variable (bad choice, since
variable is already in use, never
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
>
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
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
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
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
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
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
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
_
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
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
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
Am Dienstag, den 13.11.2018, 15:53 + schrieb Jan Kromhout:
> Hello,
>
> I are struggle with the buffer:
> As you can see I create two array’s.
> I expect that when I initialize this I can read the value.
> It's not true. As you can see, values are overwritten.
> Am I doing something wrong?
I'
Hello,
I are struggle with the buffer:
As you can see I create two array’s.
I expect that when I initialize this I can read the value.
It's not true. As you can see, values are overwritten.
Am I doing something wrong?
Cheers,
Jan
\ Segment byte maps for numbers 0 to 9
10 buffer: Segment_Map
14 matches
Mail list logo