Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 576 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 576 Bytes

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.