Show HN: Emacs minor mode for connecting assembly and assembled code buffers

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.

mekenSaturday, February 10, 2024

128

14

github.com
Hazumi post image

I 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

Comments

14