mirror of
https://github.com/mikpe/pdp10-tools.git
synced 2026-01-24 11:22:52 +00:00
as: parse: Accumulator is not mandatory in PDP10_INSN_BASIC instructions
This commit is contained in:
parent
c6c6aeeee4
commit
af93b5caab
@ -185,7 +185,7 @@ make_high13(ScanState, Name, AccOrDev, High13, Format) ->
|
||||
{?PDP10_INSN_IO, _} ->
|
||||
make_high13_io(High13, AccOrDev);
|
||||
{?PDP10_INSN_BASIC, false} ->
|
||||
badinsn(ScanState, "~s: missing accumulator operand", Name);
|
||||
make_high13_basic(High13, _Accumulator = 0);
|
||||
{?PDP10_INSN_BASIC, _} ->
|
||||
make_high13_basic(High13, AccOrDev);
|
||||
{?PDP10_INSN_A_NONZERO, false} ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user