Improved x64 encoder
This commit is contained in:
@ -19,5 +19,5 @@ func MoveRegisterNumber32(code []byte, destination cpu.Register, number uint32)
|
||||
|
||||
// MoveRegisterRegister64 moves a register value into another register.
|
||||
func MoveRegisterRegister64(code []byte, destination cpu.Register, source cpu.Register) []byte {
|
||||
return regReg(code, byte(source), byte(destination), 0x89)
|
||||
return encode(code, 1, AddressDirect, byte(source), byte(destination), 0x89)
|
||||
}
|
||||
|
Reference in New Issue
Block a user