Skip to content

leonn/cpp-to-assembly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C/C++ to assembly visualizer

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

Quick start

  1. Clone the repo, git clone https://github.com/ynh/cpp-to-assembly.git, or download as ZIP.

  2. Install the application

$ git clone https://github.com/ynh/cpp-to-assembly.git
$ cd cpp-to-assembly
$ npm install -d
$ npm install coffee-script
  1. Start the server
$ npm start
  1. Visit localhost:8080

Licence

GPL 3 or later

https://gplv3.fsf.org/

About

C/C++ to assembly visualizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 29.6%
  • CoffeeScript 26.4%
  • JavaScript 23.1%
  • CSS 12.8%
  • C 6.0%
  • Makefile 2.1%