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
If the size of a symbol exceeds the SBOLSZ - 1 limit (https://github.com/camsaul/nesasm/blob/master/source/symbol.c#L57), reading more characters for the symbol silently bails. This can cause aliasing of symbols if really_very_surprisingly_long_name and really_surprisingly_long_name_with_a_different_suffix are in the same program.
The text was updated successfully, but these errors were encountered:
If the size of a symbol exceeds the
SBOLSZ - 1
limit (https://github.com/camsaul/nesasm/blob/master/source/symbol.c#L57), reading more characters for the symbol silently bails. This can cause aliasing of symbols ifreally_very_surprisingly_long_name
andreally_surprisingly_long_name_with_a_different_suffix
are in the same program.The text was updated successfully, but these errors were encountered: