https://github.com/mschuldt/intel-hex-mode
An Emacs mode for Intel hex files
https://github.com/mschuldt/intel-hex-mode
Last synced: 11 months ago
JSON representation
An Emacs mode for Intel hex files
- Host: GitHub
- URL: https://github.com/mschuldt/intel-hex-mode
- Owner: mschuldt
- Created: 2018-04-03T07:17:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T16:35:33.000Z (almost 7 years ago)
- Last Synced: 2025-06-27T18:58:05.488Z (12 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 18.6 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
This is an Emacs major mode for working with Intel Hex files (http://en.wikipedia.org/wiki/Intel_HEX).
Features:
- Allows easy updating of checksums
- Provides font-locking
- Uses the mode line to show addresses and field types
- Detects and uses easymenu if available
To use intel-hex-mode, add
#+BEGIN_SRC emacs-lisp
(load-file "PATH_TO_FILE/intel-hex-mode.el")
#+END_SRC
to your =~/.emacs(.el)=
By default, this mode is enabled for files with a .a90, .hex, .a43, or .ihx extension.
Use =C-c C-c= to update the current line’s checksum, and =C-c C-b= to update the whole buffer.