Show HN: Emacs minor mode for connecting assembly and assembled code buffers
meken Saturday, February 10, 2024I made a little emacs minor mode for connecting assembly code and assembled code buffers
I'm really fascinated by the idea of demystifying an operating system, so to be able to view the alignment between code and data I find really satisfying
Summary
The linked article is about an Emacs minor mode called "hexasm" that connects hexl and nasm source code buffers and parses a listing file to map source code lines and hex addresses.
128
13
Summary
github.com