C/C++ to assembly visualizer calls the command gcc -c -Wa,-ahldn -g file.cpp
, then visualizes the interleaved C/C++ and assembly code on a fancy HTML web interface.
See Demo assembly.ynh.io
-
Clone the repo,
git clone https://github.com/ynh/cpp-to-assembly.git
, or download as ZIP. -
Install the application
$ git clone https://github.com/ynh/cpp-to-assembly.git
$ cd cpp-to-assembly
$ npm install -d
$ npm install coffee-script
- Start the server
$ npm start
- Visit localhost:8080
GPL 3 or later