Post Reply 
Memory Reallocation
12-08-2018, 05:00 PM (This post was last modified: 12-08-2018 05:11 PM by Dieter.)
Post: #2
RE: Memory Reallocation
(12-08-2018 02:24 PM)Gamo Wrote:  I'm wondering why it doesn't work on 15C that
The program capacity is 400+

The capacily is 67 registers (!) of 7 bytes each. A program instruction may consume more than one byte. So there is no fixed number of available program steps.

But the memory management is quite flexible. Gamo, take a look at Appendix C of the 15C manual. The DIM command can be used for manual memory allocation. Also take a look at its descrption in the manual. Your 12C program requires registers up to R,4 (not ,3 as you said). So if you need R0...R,4 something like 14 DIM (i) may help. This should leave 51 registers or 357 bytes for the program – which should be sufficient.

But I didn't try it. And maybe I'm completely on the wrong track here. So let's hear what the 15C users have to say. ;-)

Dieter
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Memory Reallocation - Gamo - 12-08-2018, 02:24 PM
RE: Memory Reallocation - Dieter - 12-08-2018 05:00 PM
RE: Memory Reallocation - Sylvain Cote - 12-09-2018, 03:50 AM
RE: Memory Reallocation - Thomas Klemm - 12-08-2018, 06:30 PM
RE: Memory Reallocation - Gamo - 12-09-2018, 02:54 AM
RE: Memory Reallocation - Gamo - 12-09-2018, 05:28 AM



User(s) browsing this thread: 1 Guest(s)