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

corrected instruction mnemonics for interrupt trigger 1-3 #10

Merged
merged 1 commit into from
Jun 8, 2024

Conversation

DarkInsanePyro
Copy link
Contributor

Minor correction, instruction mnemonic for the trigger interrupt 1-3 instructions (trgint1 to trgint3) defined in Spin2Model. They have an extra "i" (trig -> trg).

Appears that the remainder of the project correctly identifies the instruction, which caused an odd disconnect between syntax highlighting and the resulting compiled code. E.g.: trigint1 is highlighted but caused a compiler error, and trgint1 would be treated as a label.

@maccasoft maccasoft merged commit 6a2dc2f into maccasoft:master Jun 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants