Dragorn421 / asm-differ

Diff script for MIPS assembly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asm-differ

Nice differ for assembly code (currently MIPS, but should be easy to hack to support other instruction sets).

Dependencies

  • Python >= 3.6
  • python3 -m pip install --user colorama ansiwrap attrs watchdog

Usage

Create a file diff-settings.sh in some directory (see the one in this repo for an example). Then from that directory, run

/path/to/diff.sh [flags] (function|rom addr)

Recommended flags are -mwo (automatically run make on source file changes, and include symbols in diff). See --help for more details.

About

Diff script for MIPS assembly


Languages

Language:Python 100.0%