-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A significant rework of the ASM parser.
The ASM parser will now select instructions by a type of fuzzy analysis with their argument types. If you have an instruction of the format: ins 0xaa, 0xaa and another ins 0xdeadbeef, 0xdeadbeef the parser will select the option that takes the least amount of space to store based on the arguments presented. Where needed specific alternative names will be added to allow the parser to specifically target an instruction with a smaller instruction size.
- Loading branch information
1 parent
8dc7081
commit 79d24a5
Showing
6 changed files
with
287 additions
and
201 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 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.