Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the INSTR_DIRECTIVE macro #16

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Use the INSTR_DIRECTIVE macro #16

merged 1 commit into from
Dec 20, 2024

Conversation

cheng-alvin
Copy link
Owner

This pull just simply refactored a if statement with the INSTR_DIRECTIVE macro as described in the commit message:

Since the introduction of the INSTR_DIRECTIVE which does a check for if a enumeration is a directive instruction or not by casting it into a integer and comparing the values against the last instr- uction; somehow, this if statement was lost during the migration process (somewhere)

Since the introduction of the `INSTR_DIRECTIVE` which does a check
for if a enumeration is a directive instruction or not by casting
it into a integer and comparing the values against the last instr-
uction; somehow, this if statement was lost during the migration
process (somewhere)
@cheng-alvin cheng-alvin added the enhancement New feature or request label Dec 20, 2024
@cheng-alvin cheng-alvin merged commit 6b4c123 into main Dec 20, 2024
4 checks passed
@cheng-alvin cheng-alvin deleted the use-macro branch December 20, 2024 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant