Closed PrzemekWirkus closed 2 weeks ago
We propose adding a new feature to the WindowsPerf VS-extension that provides syntax highlighting for ARM assembler output in the disassembly view.
OK:
AND r0, r1, r2 ; r0 := r1 and r2 ORR r0, r1, r2 ; r0 := r1 or r2 EOR r0, r1, r2 ; r0 := r1 xor r2 BIC r0, r1, r2 ; r0 := r1 and not r2
NOK:
@Alaaeddine-chakroun Here's a example output from llvm-objdump for few ARM64 executables:
llvm-objdump
@Alaaeddine-chakroun Also added you Python3.dll, one we use in examples :)
Introduction
We propose adding a new feature to the WindowsPerf VS-extension that provides syntax highlighting for ARM assembler output in the disassembly view.
DOD:
OK:
NOK: