You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Michaelangel007 would you happen to know what characters are allowed, and how many? The character limit seems to be 8 but I’m have a hard time working out what characters are legal.
(Right now the user can type whatever and SYM just fails to create it.)
The text was updated successfully, but these errors were encountered:
What is Mariani? Ah, the name of your build of AppleWin.
Unfortunately I never nailed down a spec for what are valid characters for symbols. Most non operators may (should?) be allowed due to some assembler using ] as a valid local symbol.
The file Debugger_Types.h defines MAX_SYMBOLS_LEN = 31 which is the hard-limit. This is needed due to some of Bob Sander-Cederlof's Applesoft symbols.
There is a soft limit or a DISASM_DISPLAY_MAX_TARGET_LEN. See the func: ParseSymbolTable() in Debugger_Symbols.cpp which warns about long symbols names if you are running a DEBUG build of AppleWin.
@Michaelangel007 would you happen to know what characters are allowed, and how many? The character limit seems to be 8 but I’m have a hard time working out what characters are legal.
(Right now the user can type whatever and
SYM
just fails to create it.)The text was updated successfully, but these errors were encountered: