where does limit of 1024 dat symbols come from
volker
Posts: 2
Hello,
im trying to run all 8 cogs with assembly code. but my routines grew so long that i get a failure message (when trying to flash) that the limit of 1024 dat symbols was exceeded.
does anyone know the reason or a workaround?
thanks for help (please )
im trying to run all 8 cogs with assembly code. but my routines grew so long that i get a failure message (when trying to flash) that the limit of 1024 dat symbols was exceeded.
does anyone know the reason or a workaround?
thanks for help (please )
Comments
-Phil
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
No you won't. You will encounter limits with numbers of case statements and nested constructs the same as the Parallax compiler (only for compatibility reasons) but there are no static tables in bst, therefore no limits on the number of symbols.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
lt's not particularly silly, is it?
@Agent420, BST looks nice, i just downloaded it. i will have a look if that would solve the problem, too and report again...