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
I have REM statements looking like this: 10 REM \#235i(0;7;1){\#231i:\#2421}
With 'LIST 10' I get this: 10 REM FOR i(0;7;1){ BORDER i: PAUSE 1}
I did not find any options to make BasinC display REM statements like Speccy does.
Is there any way to get to the ZX representation of REMs, or could an appropriate option be added?
I want to parse this statement, therefore I'd like to go with the 1-byte opcode but have BasinC to keep Speccy's representation of the listing to improve readability.