flâneur

NickTsaizer/splitasm.nvim: godbolt at home ·

github.com · 783 words · saved by 2 readers

godbolt at home

In some cases, inspecting the source is not sufficient; the relevant behavior is only visible in the generated machine code. splitasm.nvim supports that workflow inside Neovim by opening objdump output beside the current file and keeping source and assembly aligned during navigation. Overview Assembly inspection often requires repeatedly switching between source code and disassembled output. SplitAsm keeps both views in a single workspace: source on one side disassembly on the other optional build step before loading cursor sync between both buffers line number and address column…

saved by

related reading