summaryrefslogtreecommitdiffstats
path: root/generic/tclDisassemble.c
Commit message (Collapse)AuthorAgeFilesLines
* Properly encode more operand types to reduce the number of special cases in ↵dkf2013-06-201-74/+90
| | | | the disassembler.
* Remove extra scribblings not normally needed. Thanks to jdc for suggestion.dkf2013-06-171-2/+2
|
* Improved rendering of some opcode arguments and auxdata.dkf2013-06-131-8/+28
|
* Extract more of the info from the bytecode.dkf2013-06-121-5/+60
|
* Code-readable disassembler: tcl::unsupported::getbytecodedkf2013-06-111-2/+229
|
* Move the disassembler to its own file.dkf2013-06-111-0/+1045