Interactive Disassembly

Godbolt enables us to interactively see the assembly output of the input source code by the selected compiler.

But it depends on nodejs and there's quite a delay between the modified input and the produced disassembly.

Enter RMSBolt, which is a package for emacs. It's much lighter, more powerful, and more interactive when compared to Godbolt, and perhaps the only alternative to Godbolt. Great way to learn assembly language, and fun too!

../../images/rmsbolt.gif