Skip to content

Fix #192: Print radix marker in disassemblies; adjust note column

Raymond Toy requested to merge issue-192-disassemble-prints-radix-marker into master

Change the default for :radix in disassem:disasemble from *print-radix* to disassem:*disassemble-print-radix*, which defaults to T. This defaults to printing the radix marker, but the user can easily control it by setting disassem:*disassemble-print-radix* to NIL. disassemble calls disassem:disassemble with no keyword args specified.

Also instructions on x86 can be long so that the default *note-column* is too small to have all the notes line up neatly. Increase it for x86. For other architectures, the default is good enough (I think) so no need to increase it.

Finally, add a docstring for disassemble to reference disassem:disassemble.

Edited by Raymond Toy

Merge request reports