Browse Source
The operand collector and the instruction emitter for Inst::Mov both placed the `rm` register before `rd`, so the emitted code was correct, but the pretty-printer used the opposite order and so printed the operands backwards. Note that the VCode disassembly disagreed with Capstone's disassembly of the emitted machine code.pull/8499/head
Jamey Sharp
6 months ago
committed by
GitHub
2 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue