Skip to content

Added Markov Matrix Option in Disassembler

Vivek Reddy requested to merge VivekReddy98/rosie:compiler-optimizations into dev

Implemented a Markov Matrix option in the disassembler, which outputs a num_opcodes*num_opcodes sized matrix in a csv file. Can be invoked using ./dis -m RPLX [RPLX ...]. It is not made default. The Default options are still -k, i & -s.

Merge request reports