Skip to content

VS Code extension to take a look at a C/C++ file assembly, using MSVC.

Notifications You must be signed in to change notification settings

traies/view-assembly

Repository files navigation

view-assembly README

This is the README for your extension "view-assembly". After writing up a brief description, we recommend including the following sections.

Features

A simple assembly viewer for C/C++, using cl.exe from Visual Studio.

  • TODO: highlight relevant lines from the .s file, based on the cursor position on the .c file.

Requirements

** Windows only ** You need to some version of Visual Studio installed and vcvarsall needs to be on your path. You might be able to use this with Visual Studio Build tools 2019.

Extension Settings

None yet. TODO:

  • Select architecture.
  • Select compilation flags (specially /O2, etc)

Known Issues

Release Notes


Following extension guidelines

Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.

Working with Markdown

Note: You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:

  • Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux)
  • Toggle preview (Shift+CMD+V on macOS or Shift+Ctrl+V on Windows and Linux)
  • Press Ctrl+Space (Windows, Linux) or Cmd+Space (macOS) to see a list of Markdown snippets

For more information

Enjoy!

About

VS Code extension to take a look at a C/C++ file assembly, using MSVC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published