more rex stuff
This commit is contained in:
@@ -100,7 +100,7 @@ impl Code {
|
||||
}
|
||||
self.prefix32(&dst)?;
|
||||
self.prefix16(encode_width);
|
||||
if dst.reg.requires_mem_rex() || dst.width == Width::B64 {
|
||||
if dst.reg.gt8() || dst.width == Width::B64 {
|
||||
self.bytes.push(rex(dst, 0, 0, dst));
|
||||
}
|
||||
self.bytes.push(0xc6 | encode_width.not8());
|
||||
|
||||
Reference in New Issue
Block a user