For a while this has been counting many instructions as 0,
so the printed code size comment hasn't been very meaningful.
This sets the instruction size to 8 for all 64-bit instructions.
For instructions which may include an additional 4 byte literal,
it is set to 0 because the size must be determined from the operands.
This currently breaks the disassembler for all of the 4-byte
instructions which may have a literal.