asm-dude icon indicating copy to clipboard operation
asm-dude copied to clipboard

Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window

Results 47 asm-dude issues
Sort by recently updated
recently updated
newest added

It thinks a number with a `b` suffix (like `11101110b`) is a hex number, but it is a binary number. At least in MASM64. ![image](https://user-images.githubusercontent.com/5839212/178567065-ae10ac0a-548d-4c5f-b9b8-35162fa2e2e4.png)

Hi, I installed the preview VS2022 version, and everything seemed to be 100% (properties page on TOOLS - OPTIONS- ASMDUDE and TOOLS FONTS), but I can't see any color (they're...

Once ASM Dude is installed, you can only view 32 lines of assembly code. Why?This question has been bothering me for a long time. The picture is here:https://imgchr.com/i/aO9jL6 ![aO9jL6](https://user-images.githubusercontent.com/16829199/91247125-22934e80-e784-11ea-91e0-d0753d85574c.jpg)

Hi, I'm not sure if his software is supported but I have loaded the extension and had a problem with the options screen. Using (VirtuakBox)Windows 7 -> VisualStudio2019 Tools->Options->AsmDude and...

The tooltip that appears when hovering over many labels claims that they are not used when they in fact are. For example, `between_rows` on line 252 is the target of...

Hello. I just started to use your extension. I use VS 2019 and AsmDude 1.9.6.14. I did not found any issue that describes that problem, so I do. When I...

asmdude renders everything from a # to the end of the line just like a ; style comment, but a # does not start comments in 65x assembly.

I was wondering if someone had more information regarding adding custom instructions/registers to the plugin. I'm working with a chip that doesn't use a common instruction set and wanted to...

Thoughts and plans on if and how asm-dude will support intel AMX and next gen AVX-512 instructions (for Saphire Rapids CPU and later)? Early days but would be very nice...