asm-code-lens
asm-code-lens copied to clipboard
Support `byte ptr`, `dword ptr`, etc.
Example (x86, GNU Assembler, Intel syntax):
mov byte ptr [ecx + 1*eax], '-'
Currently, byte
and ptr
are highlighted in different colors.
Please see my comment for issue #58.