disasm.pro icon indicating copy to clipboard operation
disasm.pro copied to clipboard

ARM64 incorrect operation

Open megapro17 opened this issue 10 months ago • 0 comments

E8 0F 1F 32 is disassembled to mov w8, #0x1e when it should orr w8, wzr, #0x1e

https://shell-storm.org/online/Online-Assembler-and-Disassembler/ https://disasm.czbix.com/ does work correctly when it uses the same tools

megapro17 avatar Apr 19 '24 15:04 megapro17