In an x86 inline assembly block, registers are not recognized when specified in the clobber list. I've tried edx, %edx, EDX, and %EDX in addition to other register names and none are recognized.
- OS Version: Windows 10
- VS Code Version: (latest)
- C/C++ Extension Version: (latest)
Screenshots


In an x86 inline assembly block, registers are not recognized when specified in the clobber list. I've tried
edx,%edx,EDX, and%EDXin addition to other register names and none are recognized.Screenshots

