You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: