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 we have a .dataAlpha field as the last line of a .casm file with no new line at the end, the assembler
consumes the last character and replaces it with null. Usually, the new line character would be consumed instead. This is a special case that would need separate handling. Either we enforce coders to add a new line at the end, or we change the .dataAlpha code field a little.
If we have a .dataAlpha field as the last line of a .casm file with no new line at the end, the assembler
consumes the last character and replaces it with null. Usually, the new line character would be consumed instead. This is a special case that would need separate handling. Either we enforce coders to add a new line at the end, or we change the .dataAlpha code field a little.
A simple fix could be like this:
The text was updated successfully, but these errors were encountered: