sasm: fix typo error; examples: add fire demo

This commit is contained in:
slederer 2025-11-30 23:49:44 +01:00
parent 87ec71bd6d
commit 8f4d017668
5 changed files with 492 additions and 1 deletions

View file

@ -2057,7 +2057,7 @@ begin
emitBlock(count, operandValue);
end
else
if lastToken.tokenText6 = '.ALIGN' then
if lastToken.tokenText = '.ALIGN' then
alignOutput(wordSize)
else
errorExit2('Unrecognized directive', lastToken.tokenText);