parallaxinc / OpenSpin

Spin/PASM compiler for the Parallax Propeller.
56 stars 19 forks source link

CON limit #13

Closed DarkmatterVale closed 10 years ago

DarkmatterVale commented 10 years ago

On the forums, it has been stated that there is a CON limit on OpenSpin of ~255 constants allowed in a program.

Are there any plans for this limit to be removed?

PropGit commented 10 years ago

I'm not aware of this limitation itself, and I have not been able to duplicate it. Are you talking about this thread? http://forums.parallax.com/showthread.php/157572-PUB-CON-list-overflow-in-Propeller-Tool-1.3.2

DarkmatterVale commented 10 years ago

Yes. I am not aware of this either, but I haven't really explored this very much.

PropGit commented 10 years ago

I just answered the thread with my quick tests, which exceeds the suspected limitation without error.

Respectfully,

Jeff Martin Sr. Software Engineer, Parallax Incorporated (916) 625-3002 jmartin@parallax.com http://www.parallax.com

On Mon, Dec 1, 2014 at 9:29 AM, Vale notifications@github.com wrote:

Yes. I am not aware of this either, but I haven't really explored this very much.

— Reply to this email directly or view it on GitHub https://github.com/parallaxinc/OpenSpin/issues/13#issuecomment-65101437.

DarkmatterVale commented 10 years ago

Thanks for the clarification of this issue!

Since it has been solved, I will close the issue.