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

Add parsers for parsing assembly source code syntax #34

Open
postmodern opened this issue Feb 17, 2025 · 0 comments
Open

Add parsers for parsing assembly source code syntax #34

postmodern opened this issue Feb 17, 2025 · 0 comments

Comments

@postmodern
Copy link
Member

postmodern commented Feb 17, 2025

Add parsers for parsing assembly source. We could use racc which was also used in aarch64's parser.y. We should have separate parsers for ATT and Intel syntax. We may be able to auto-generated the parser files using the ISA XML, which lists all of the instructions and their operand types.

We will also have to define specialized parsers for ARM ATT and Intel syntax, since ARM added specialized assembly syntax.

@postmodern postmodern added this to the ronin-asm 1.0.0 milestone Feb 17, 2025
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

1 participant