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 bsr CHECKSTATE in HANDLE_STATE0 in 08_endoff.zsm #10

Merged

Conversation

synthead
Copy link
Owner

Fixes #9!

When assembling 08_endoff.zsm, this error is returned from the assembler:

Assembling 150 Version...
Assembling 150S Version...
/root/asm_file(76): JSR could be replaced with a BSR (distance=12)
        jsr     CHECKSTATE              ; Just for fun, check the alarm state

@synthead synthead self-assigned this Jul 15, 2023
@synthead synthead added the bug Something isn't working label Jul 15, 2023
@synthead synthead merged commit b0c1c4a into main Jul 15, 2023
@synthead synthead deleted the fix-JSR-could-be-replaced-with-a-BSR-in-08_endoff.zsm branch July 15, 2023 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JSR could be replaced with a BSR (distance=12) when assembling 08_endoff.zsm
1 participant