generated from Serial-ATA/sscrt
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
generators/asm_specs: Split parsers into new module
- Loading branch information
1 parent
c0b3220
commit cf1346b
Showing
15 changed files
with
732 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# XED format parsers | ||
|
||
* [`instruction.py`] - Parser for the decode instruction format defined in `all-dec-instructions.txt` | ||
* [`instruction_flags.py`] - Parser for the "FLAGS" instruction field | ||
* [`instruction_operand.py`] - Parser for the "OPERAND" instruction field | ||
* [`instruction_pattern.py`] - Parser for the "PATTERN" instruction field | ||
* [`map_info.py`] - Parser for the map descriptions defined in `all-map-descriptions.txt` | ||
* [`register.py`] - Parser for the register table defined in `all-registers.txt` | ||
* [`states.py`] - Parser for the text-replacement macros defined in `all-state.txt` | ||
* [`width.py`] - Parser for the width definitions in `all-widths.txt` | ||
* [`xtype.py`] - Parser for the xtype (datatype) definitions in `all-element-types.txt` |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.