Remove verbiage about limited support for opcodes with optional operands.
Optional operands are of no concern for disassembly. The reason is that
disassembly sees as its input only a sequence of bytes which have no
indication as to whether some of its bits were explicitly specified or not.
We're testing the disassembler here - not the assembler.
Only opcodes with extended mnemonics as identified in Appendix J of the
Principles of Operation are considered.
-There is only partial support for opcodes with optional operands.
-In the sense that the generated testcases will always include the
-optional operand.
-
TODO
----