Skip to content
Commit a013ec10 authored by Raymond Toy's avatar Raymond Toy
Browse files

Make all top-level disassembly functions accept base, case, and radix

options just like for DISASSEM:DISASSEMBLE.

 * DISASSEMBLE-SEGMENTS actually implements the base, case and radix
   options.
 * DISASSEMBLE doesn't implement the options but calls
   DISASSEMBLE-SEGMENTS with the appropriate args.
 * DISASSEMBLE-FUNCTION, DISASSEMBLE-MEMORY, and
   DISASSEMBLE-CODE-COMPONENT accepts the new keyword args.
 * Update the docstrings to indicate the new keyword args.
parent 7916cfb0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment