mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-13 23:36:03 +00:00
parent
54b73f7f9c
commit
12e66a65d9
@ -1326,6 +1326,7 @@ static int assemble(
|
||||
cp++; /* Allow the hash, but
|
||||
don't require it */
|
||||
value = parse_expr(cp, 0);
|
||||
cp = value->cp;
|
||||
if (value->type != EX_LIT) {
|
||||
report(stack->top, "Instruction requires simple literal operand\n");
|
||||
word = op->value;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user