-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update: parse ternary, binary, and unary logic (#58)
* feat: parse binary logic * feat: parse unary logic * chore: remove support for deprecated OR command * fix: include write memory accesses for logic commands * chore: rename op -> operator for consistency * chore: rename LogicOperator -> BinaryOperator to disambiguate future Ternary type * feat: support ternary logic instructions (#60) * chore: rename ternary-related identifiers for usage clarity * chore: fix typo * chore: additional leftover renaming from ternary to comparison * chore: add tested instruction to assert message
- Loading branch information
Showing
8 changed files
with
517 additions
and
44 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.