code-d icon indicating copy to clipboard operation
code-d copied to clipboard

type length in asm not supported

Open Lyratelle opened this issue 2 months ago • 0 comments

An asm instruction with qualified type length (e.g. "mul long ptr [RSI];") produces an error and a warning:

  • Float literal, integer literal, $, this or identifier expected.
  • Empty asm instruction

Lyratelle avatar Dec 06 '25 11:12 Lyratelle