sh2dis icon indicating copy to clipboard operation
sh2dis copied to clipboard

Output of disassembly is a mess

Open logic opened this issue 14 years ago • 0 comments

Output formatting, rather than being a function of the front-end (ie. dis.py), is embedded in SegmentData and it's children via __str__: comment formatting, column alignment, etc. is all controlled by the object itself.

Eviscerate all of that, and construct output in dis.py, where it belongs.

logic avatar Apr 11 '11 03:04 logic