Skip to content

quark-zju/cpp-to-assembly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 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.

Check original project.

Difference from original project

This fork is intended to be used in a customized environment.

  1. Moved to a subdir /c2asm.
  2. Compressed javascripts into one file. Same to CSS.
  3. Changed various places to make it safer. For example, use lrun to limit memory usage.

Licence

GPL 3 or later

http://gplv3.fsf.org/

About

[private-use]C/C++ to assembly visualizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 38.7%
  • JavaScript 32.1%
  • CSS 17.0%
  • C 9.1%
  • Shell 3.1%