EgorBo / Disasmo

VS2022 Add-in. Click on any method or class to see what .NET Core's JIT generates for them (ASM).
MIT License
638 stars 39 forks source link

Syntax highlight update for missing x64 mnemonics #51

Closed hopperpl closed 7 months ago

hopperpl commented 7 months ago

I added the missing mnemonics up to AVX-512; for those I need a different reference file.

There is also a it of a problem with the registers BL and BX on xarch versus the BL and BX instructions for ARM. Not sure if it's better to use 2 syntax files and have .xarch.asm and .arm.asm file extensions.

EgorBo commented 7 months ago

Thanks!