Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 516 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 516 Bytes

Parsehex

A small utility for parsing and annotating Intel Hex files.

Standalone

Use parsehex.py from the command line.

Sublime text 2 and 3

To install plugin you need:

  1. Go to your plugin directory: Preferences -> Browse packages

  2. Clone the repository into a sub folder of the Packages folder

  3. Done, use Ctrl-Shift-P to access Intel Hex Decoding

Highlighting

parsehex.tmLanguage adds highlighting of the annotated file in Sublime Text. Press Ctrl-Shift-P and choose 'Set Syntax: Parsehex'.