Skip to content
New issue

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

Wrong operand size #129

Open
enoorez opened this issue Nov 5, 2019 · 1 comment
Open

Wrong operand size #129

enoorez opened this issue Nov 5, 2019 · 1 comment

Comments

@enoorez
Copy link

enoorez commented Nov 5, 2019

FF 1D 00 10 00 00 The correct disassembly is : CALL FAR FWORD PTR DS:[0x1000]
But now we have this: call far dword [0x1000]

@wolfcod
Copy link

wolfcod commented Mar 24, 2020

there is no segment override, DS is default register designed for this option. The instruction must be preceded by segment override prefix opcode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants