added spaces possible before mnemonics in InOpcode section "{...}"

This commit is contained in:
Jakub Husak 2022-12-01 18:04:32 +01:00
parent 3b0ab7d67e
commit 221ff8ee34
1 changed files with 2 additions and 0 deletions

View File

@ -593,6 +593,8 @@ void readValue() {
bool savedInstructionBegin = instructionBegin;
valOpStack.length = 0;
inOpcode = true;
if (line[column] == ' ' || line[column]=='\t' )
readSpaces();
assemblyInstruction(readInstruction());
if (line[column] == ' ' || line[column]=='\t' )
readSpaces();