Skip to content

Add parsers for parsing assembly source code syntax #34

Open
0 of 1 issue completed
Open
Feature
0 of 1 issue completed
@postmodern

Description

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.

Sub-issues

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions