Host Engineering Forum

General Category => Do-more CPUs and Do-more Designer Software => Topic started by: ATU on April 12, 2018, 03:48:02 PM

Title: Max number of programs?
Post by: ATU on April 12, 2018, 03:48:02 PM
Is there a max number of programs you can have or is it only limited by the max number of Heap items and the Total Memory space available?
Title: Re: Max number of programs?
Post by: franji1 on April 12, 2018, 04:18:01 PM
Is there a max number of programs you can have or is it only limited by the max number of Heap items and the Total Memory space available?


max number of Heap items (~1000) and the Total Memory space available (262,144), and Program memory has to have enough room to store all the instructions for all the Program code-blocks (65536 instruction words)
Title: Re: Max number of programs?
Post by: ATU on April 12, 2018, 04:29:30 PM
So the 65K of program memory is not part of the Total Memory space available?
Title: Re: Max number of programs?
Post by: franji1 on April 12, 2018, 04:35:50 PM
So the 65K of program memory is not part of the Total Memory space available?

Correct.  IR/Data memory is the full 262K number, Program memory is the full 65K.  They do NOT share.