about summary refs log tree commit diff stats
path: root/subx/017jump_disp8.cc
Commit message (Collapse)AuthorAgeFilesLines
* 4987 - support `browse_trace` tool in SubXKartik Agaram2019-02-251-49/+49
| | | | | | | | | | | | | | | | | | I've extracted it into a separate binary, independent of my Mu prototype. I also cleaned up my tracing layer to be a little nicer. Major improvements: - Realized that incremental tracing really ought to be the default. And to minimize printing traces to screen. - Finally figured out how to combine layers and call stack frames in a single dimension of depth. The answer: optimize for the experience of `browse_trace`. Instructions occupy a range of depths based on their call stack frame, and minor details of an instruction lie one level deeper in each case. Other than that, I spent some time adjusting levels everywhere to make `browse_trace` useful.
* 4697Kartik Agaram2018-10-141-6/+6
|
* 4695Kartik Agaram2018-10-141-14/+14
|
* 4694Kartik Agaram2018-10-131-7/+7
| | | | Check for duplicate docstrings.
* 4693Kartik Agaram2018-10-131-7/+7
| | | | | | | | Add the standard mnemonic for each opcode. We aren't ever going to have complete docs of the subset of the x86 ISA we support, so we need to help readers cross-correlate with the complete docs.
* 4688Kartik Agaram2018-10-121-6/+6
|
* 4469Kartik Agaram2018-08-031-0/+287