Skip to content
forked from HJLebbink/asm-dude

Assembly syntax highlighting (and more) for Visual Studio 2015

License

Notifications You must be signed in to change notification settings

dhohle/asm-dude

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asm-Dude

Assembly syntax highlighting (and more) for Visual Studio 2015

Download installer AsmDude.vsix (v1.0)

To run the extension from source code the Visual Studio 2015 SDK needs to be installed. To run the extension, hit F5 or choose the Debug > Start Debugging menu command. A new instance of Visual Studio will launch under the experimental hive.

Not happy with the highlighting or the descriptions. Mnemonics and descriptions can be added and changed by updating the AsmDudeData.xml file that will be stored next to the binaries when installing the plugin (.vsix). The directory where plugins are installed can be difficult to find, try something as C:\Users\user\AppData\Local\Microsoft\VisualStudio\14.0\Extensions

Updates:

  • 19 February 2016: Initial alpha release. Basic highlighting and descriptions for i368 instructions are available.
  • 20 February 2016: Added highlighting and descriptions for SSE, AVX, AVX2 instructions.
  • 21 February 2016: Added .vsix Installer

About

Assembly syntax highlighting (and more) for Visual Studio 2015

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.7%
  • Batchfile 0.3%