This is the README for your extension "view-assembly". After writing up a brief description, we recommend including the following sections.
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.
** 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.
None yet. TODO:
- Select architecture.
- Select compilation flags (specially /O2, etc)
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.
Note: You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
- Split the editor (
Cmd+\
on macOS orCtrl+\
on Windows and Linux) - Toggle preview (
Shift+CMD+V
on macOS orShift+Ctrl+V
on Windows and Linux) - Press
Ctrl+Space
(Windows, Linux) orCmd+Space
(macOS) to see a list of Markdown snippets
Enjoy!