shex icon indicating copy to clipboard operation
shex copied to clipboard

Disassembly Thread

Open cr1901 opened this issue 8 years ago • 0 comments

This is a "nice to have" feature more than anything.

Currently SHEX will block whenever a disassembly is requested. Not a big deal for small code snippets, but it does add up for large snippets or whole ROMs. Is it possible to spawn a QThread solely for disassembly whenever a disassembly is requested or (better yet), spawn a disassembler thread on program invocation that blocks until a disassembly is requested?

I'd be more than happy to do this when I get back to SNES hacking.

cr1901 avatar Oct 23 '16 02:10 cr1901