Skip to content
  • Michael Matz's avatar
    x86-64-asm: Fix mov im64,rax encoding · 3e4c296e
    Michael Matz authored
    the avoidance of mov im32->reg64 wasn't working when reg64 was rax.
    While fixing this also fix instructions which had the REX prefix
    hardcoded in opcode and so didn't support extended registers which
    would have added another REX prefix.
    3e4c296e