https://github.com/ornstein89/cppasmviewer
https://github.com/ornstein89/cppasmviewer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ornstein89/cppasmviewer
- Owner: Ornstein89
- Created: 2023-01-28T07:27:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T17:44:58.000Z (about 2 years ago)
- Last Synced: 2025-01-25T17:11:26.887Z (3 months ago)
- Language: TypeScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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