`goodasm --fuzz` can hunt for bugs in disassembly, but it doesn't yet hunt for things like reflection bugs. Close this issue when the fuzzing tests have been modified to: - [ ] Disassemble each case. - [ ] Reassemble, to check for reflection errors. - [ ] Prime a case from each registered mnemonic, to speed fuzzing.