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

Please add xed_utils to the Community Extensions page and a related request #337

Open
ctchou opened this issue Oct 29, 2024 · 2 comments
Open
Assignees
Labels

Comments

@ctchou
Copy link

ctchou commented Oct 29, 2024

xed_utils provides several Python scripts for organizing and displaying the x86 instruction encoding information contained in Intel XED, including an x86 opcode map generator:

https://github.com/ctchou/xed_utils

Could you add a pointer to it to the Community Extensions page?

https://github.com/intelxed/xed/wiki/Community-Extensions-for-Intel-XED#contributing-to-this-page

I also have a related request: Would it be possible to add an option to xed/mfile.py to terminate XED build immediately after all relevant data files have been collected into obj/dgen? This would remove the dependence on the C compiler from a tool like xed_utils which only needs the files in obj/dgen.

Thanks in advance!

@marjevan marjevan self-assigned this Oct 31, 2024
@marjevan
Copy link
Member

marjevan commented Oct 31, 2024

Thanks for contributing to the XED community extensions page (and project)! It would be a great addition to the XED community.

To stop after the dgen generation phase, please use the just-prep script's argument (not trivial, I know...):

$ python3 ./mfile.py just-prep

@ctchou
Copy link
Author

ctchou commented Oct 31, 2024

Thanks! I didn't know that.

I have updated xed_utils/README.md to use "just-prep".

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

No branches or pull requests

2 participants