mirror of
https://github.com/open-simh/simtools.git
synced 2026-02-16 21:00:54 +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:
@@ -1201,6 +1201,7 @@ static int assemble(
|
||||
return 0;
|
||||
}
|
||||
|
||||
cp = skipwhite(cp);
|
||||
if (*cp++ != ',') {
|
||||
report(stack->top, "Illegal syntax\n");
|
||||
free_addr_mode(&left);
|
||||
|
||||
Reference in New Issue
Block a user