-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to preprocessor functions (#17)
* Removed redundant pre processor functions Some pre-processor function calls for instruction encoder identities such as `ZO`. Previously the `pre_default()` pre processor function was called to check if the operand sizes are the same; However in this special edge case where there are *no* operands, we can simply ignore this behaviour. * Renamed `pre_default` The previous name of `pre_default` seemed *too general* and infered that this is the default behavior of the assembler, however desc- ribing the pre processor function as `same_operand_sizes` more ac- curatly encapsulates the expected behavior instead of needing to skim over the code before adding it. * Broken the line for `syscall` for code readability
- Loading branch information
1 parent
9f60a20
commit 51ae5fc
Showing
1 changed file
with
23 additions
and
20 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