mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-14 15:45:23 +00:00
Allow whitespace before comma in two-general-operand instructions.
(it was allowed already in other cases such as SOB, JSR, ASH, ...).
This commit is contained in:
parent
422285bb60
commit
f01ee85a8f
@ -1201,6 +1201,7 @@ static int assemble(
|
||||
return 0;
|
||||
}
|
||||
|
||||
cp = skipwhite(cp);
|
||||
if (*cp++ != ',') {
|
||||
report(stack->top, "Illegal syntax\n");
|
||||
free_addr_mode(&left);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user