We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E.g., adding the test ("movslq 0x601018,%rax", ["movslq 0x601018,%rax"]) to the twoOperandOpcodes block of round trip tests causes a failure:
("movslq 0x601018,%rax", ["movslq 0x601018,%rax"])
twoOperandOpcodes
movslq 0x601018,%rax: FAIL tests/Roundtrip.hs:297: Assembled bytes [II {iiLockPrefix = NoLockPrefix, iiAddrSize = Size64, iiOp = "movsxd", iiArgs = [(QWordReg rax,OpType ModRM_reg QSize),(Mem32 (Addr_64 ds Nothing Nothing (Disp32 0x601018)),OpType ModRM_rm DSize)], iiPrefixes = Prefixes {_prLockPrefix = NoLockPrefix, _prSP = SegmentPrefix {unwrapSegmentPrefix = 0}, _prREX = 0b01001000, _prVEX = Nothing, _prASO = False, _prOSO = False}, iiRequiredPrefix = Nothing, iiOpcode = [99], iiRequiredMod = Nothing, iiRequiredReg = Nothing, iiRequiredRM = Nothing}] Length: 7 (0x7) bytes 0000: 48 63 05 18 10 60 00 Hc...`. expected: "Hc\EOT%\CAN\DLE`\NUL" but got: "Hc\ENQ\CAN\DLE`\NUL"
The text was updated successfully, but these errors were encountered:
Minor update: just chatted with @travitch and we're waiting on #17 for this PR
Sorry, something went wrong.
No branches or pull requests
E.g., adding the test
("movslq 0x601018,%rax", ["movslq 0x601018,%rax"])
to thetwoOperandOpcodes
block of round trip tests causes a failure:The text was updated successfully, but these errors were encountered: