robmcmullen / omnivore

Hex editor and debugging emulator, sponsored by the Player/Missile Podcast
Mozilla Public License 2.0
53 stars 7 forks source link

Move disassembler to HexEditor #183

Closed robmcmullen closed 6 years ago

robmcmullen commented 7 years ago

Instead of accessing the disassembler by editor.disassembly.table.disassembler, put it in editor so it's just editor.disassembler. There's other stuff that can be moved, like the trace stuff.

robmcmullen commented 6 years ago

Obviated by the move to the new viewers model.