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
Optional command line parameter -ld for specifying source library directory.
Optimisation r for removing REM commands from source code.
Processing flag $ for converting hexadecimal numbers to decimal in the source code.
Changed
When literal label is located at the beginning of the line, but not followed by equal sign then it is considered a
label usage instead of definition and processing doesn't throw an error.
Literal labels can be embedded into each other to create more complex structures, infinite recursion is detected.
Fixed
Handling of one character variable names, previously these names could cause processing errors.
Join line optimisation when a line started with a label then it was joined with the next line if that did not start
with a label.