+ handle and skip AS_SEPARATOR in the z80 assembler reader

git-svn-id: branches/z80@44801 -
This commit is contained in:
nickysn 2020-04-18 21:58:21 +00:00
parent dced623ab2
commit 407d19560c

View File

@ -1312,6 +1312,11 @@ Unit raz80asm;
break; { end assembly block }
end;
AS_SEPARATOR:
begin
Consume(AS_SEPARATOR);
end;
else
begin
Message(asmr_e_syntax_error);