Revert "pdp10_opcodes: use BASIC format with separate flag for A_UNUSED insns"

This reverts commit 3f80870025.
This commit is contained in:
Mikael Pettersson
2025-08-13 14:11:29 +02:00
parent 6fd5956c8c
commit 1e92b66d9c
2 changed files with 3 additions and 2 deletions

View File

@@ -203,7 +203,6 @@
%% the first word, and the A_OPCODE(00) EXTENDED format for the second word.
, high13 :: 0..((1 bsl 13) - 1)
, format :: pdp10_insn_format()
, a_unused = false :: boolean()
, e_unused = false :: boolean()
, extended = false :: boolean()
, models :: pdp10_cpu_models()