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

[TOKENIZER] Modifiers handling is unfinished #1

Open
pablo-lamtenzan opened this issue Sep 29, 2022 · 0 comments
Open

[TOKENIZER] Modifiers handling is unfinished #1

pablo-lamtenzan opened this issue Sep 29, 2022 · 0 comments
Labels
enhancement New feature or request low priority

Comments

@pablo-lamtenzan
Copy link
Member

Modifiers (operand READ | WRITE, affected flags) are handled but only for unprefixed instructions which resolution is performed directly through the lookup table.
The same work must be done (create and fill lookup tables) for the 0x0F, 0x0F38 and 0x0F3A prefixes.
Also for indexing, extensions, addons, overwrittings, ...

NOTE: Maybe the kind of affected flags varies across the processor extensions. This may lead to more issues.

@pablo-lamtenzan pablo-lamtenzan added enhancement New feature or request low priority labels Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority
Projects
None yet
Development

No branches or pull requests

1 participant