asm-code-lens icon indicating copy to clipboard operation
asm-code-lens copied to clipboard

Support `byte ptr`, `dword ptr`, etc.

Open 0xallie opened this issue 3 years ago • 1 comments

Example (x86, GNU Assembler, Intel syntax):

mov byte ptr [ecx + 1*eax], '-'

Currently, byte and ptr are highlighted in different colors.

0xallie avatar May 10 '21 17:05 0xallie

Please see my comment for issue #58.

maziac avatar May 11 '21 16:05 maziac