beebasm icon indicating copy to clipboard operation
beebasm copied to clipboard

NEXT on final line of file may be ignored

Open mungre opened this issue 1 year ago • 0 comments

For example:

FOR i, 1, 10
    NOP
NEXT

If the NEXT appears at the very end of the file (i.e. it is not followed by a carriage return or line feed) then beebasm produces a FOR without NEXT error.

mungre avatar Nov 10 '23 19:11 mungre