branch: externals/beardbolt commit 1419a90465640546de228ccc28bf01ab6efdf668 Author: Jay Kamat <jaygka...@gmail.com> Commit: Jay Kamat <jaygka...@gmail.com>
Add C/C++ demo --- README.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.org b/README.org index da0d81727b..95db642c8e 100644 --- a/README.org +++ b/README.org @@ -3,6 +3,11 @@ A basic implementation of the [[https://github.com/mattgodbolt/compiler-explorer][godbolt compiler-exporter]] for Emacs. +RMSBolt tries to make it easy to see what your compiler is doing. It does this +by showing you the assembly output of a given source code file. It also +highlights which source code a given assembly block corresponds to, and vice +versa. + * Why RMSbolt over godbolt? - No more sending your code to any server @@ -34,6 +39,10 @@ add it.. * Demo +** C/C++ + +[[https://u.cubeupload.com/jgkamat/sihr1g.gif][https://u.cubeupload.com/jgkamat/sihr1g.gif]] + ** Ocaml [[https://u.cubeupload.com/jgkamat/PabAq2.gif][https://u.cubeupload.com/jgkamat/PabAq2.gif]]