Skip to content

Wrong hex formatting in MASM formatter #136

@flobernd

Description

@flobernd

In MASM hex constants are not allowed to begin with a character.

Sample disassembly with MASM formatter:

push qword ptr [rbp+Ch]

Correct masm compatible output should look like this:

push qword ptr [rbp+0Ch]

Metadata

Metadata

Assignees

Labels

A-formatterArea: FormatterC-bugCategory: This is a bug (or a fix for a bug, when applied to PRs)P-lowPriority: Low

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions