Calculator Community > Grammer

Grammer Q&A

<< < (20/20)

persalteas:
This question is not only for Xeda....

An Axe programmer could answer, it's the same problem...


--- Quote ---pointers can be numbers between 0 and 65535.
So, it would mean that we can store 65536 bytes of data in a 83+ Ram...

But I thought 83+ calc only have 32 Ko of RAM... where are the 33 other Kos ?

--- End quote ---

Yeong:
Question:

This code won't work properly.


--- Code: ---Send(760,"VBuf3→Y
Send(768,"VBuf→Z
"GPic1→A
Unarchive A
solve(1,A,Y,760
Archive A
Disp 'Z

solve(1,Y,Z,760
DispGraph

--- End code ---

It kinda doesn't work. The screen looks kinda shifted.
What did I do wrong here?

Xeda112358:

--- Quote from: persalteas on May 06, 2012, 02:43:04 pm ---pointers can be numbers between 0 and 65535.
So, it would mean that we can store 65536 bytes of data in a 83+ Ram...

But I thought 83+ calc only have 32 Ko of RAM... where are the 33 other Kos ?

--- End quote ---
There are 65536 bytes of memory, but the first 32768 are Flash pages and the last 32768 are RAM :)

@Yeong: I cannot see the problem off the bat, yet. I will see if I can figure it out.

Matrefeytontias:
But, there are more than 32768 bytes of Archive ! O.O

blue_bear_94:
You have to switch between flash pages in order to access different parts of the archive.

Navigation

[0] Message Index

[*] Previous page

Go to full version