beebasm
beebasm copied to clipboard
NEXT on final line of file may be ignored
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.