An open API service indexing awesome lists of open source software.

https://github.com/ornstein89/cppasmviewer


https://github.com/ornstein89/cppasmviewer

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# C/C++ ASM Viewer

In development, not released yet.

VS Code extension for view and analysis of C/C++ compilation result. Use local compilers to generate assembly file, display it in second column and hilight matching C++ - ASM code blocks.

# Other recommended extensions

* https://github.com/MRobertEvers/vscode-compiler-explorer - extension wich uses https://godbolt.org/ as backend
* https://github.com/dseight/vscode-disasexpl
* https://github.com/harikrishnan94/cxx-compiler-explorer
* https://github.com/sunxfancy/vscode-llvm

# Contributing

1. Fork this repo
2. Create your branch
3. Commit and push your changes
4. Submit pull request