Jump to content
Sign in to follow this  
Chainclaw

maximum number of constants?

Recommended Posts

I've been getting build errors (in the ASM build process, after the Basic build process completes successfully), and it seems to be tied to the number of constants I have. I add a new one, I get the build error, I pull out any constant, the build error goes away.

 

Is there a maximum number of constants I can define? If so, is there a build option I can turn on to have the Batari compiler treat them kind of like #defines when converting to ASM? I imagine this would get around any limitation.

Share this post


Link to post
Share on other sites
I've been getting build errors (in the ASM build process, after the Basic build process completes successfully), and it seems to be tied to the number of constants I have. I add a new one, I get the build error, I pull out any constant, the build error goes away.

 

Is there a maximum number of constants I can define? If so, is there a build option I can turn on to have the Batari compiler treat them kind of like #defines when converting to ASM? I imagine this would get around any limitation.

The limit is 50 constants, I believe. I increased this number to 500 in the latest .exe build, which you can get here.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...