Skip to content

Script to easily compare gcc and x64asm assembler outputs #803

@stefanheule

Description

@stefanheule

For debugging. Something like:

tools/scripts/compare_instruction_encoding.sh "pshufb %xmm15, %xmm12"
GCC encoding:
   0:   66 45 0f 38 00 e7       pshufb %xmm15,%xmm12

x64asm encoding:
        66 45 0f 38 00 e7

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions