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

$F10020 & $F10022 #67

Closed
djipi opened this issue Jul 24, 2022 · 1 comment
Closed

$F10020 & $F10022 #67

djipi opened this issue Jul 24, 2022 · 1 comment
Labels
legacy Happens also in the original VJ question S1

Comments

@djipi
Copy link
Owner

djipi commented Jul 24, 2022

Digging the Jerry source code and using the mandel.cof example (provided from #52), I've found a weird issue.

Line:
004038: 23FC 0000 3F00 00F1 0020 MOVE.L #$3F00, JINTCTRL

JINTCTRL ($F10020), Interrupt Control Register, is a 16 bits register.
But $F10022 doesn't exist in the documentation, and I guess the console shouldn't react to any value.

VJ considers both address to handle the Interrupt Control Register, but it should not be the case if we follow the 'documentation'.

@djipi djipi added question S1 legacy Happens also in the original VJ labels Jul 24, 2022
@djipi
Copy link
Owner Author

djipi commented Jul 25, 2022

Fixed in the mandel.cof example.
42Bastian/new_bjl#1

@djipi djipi closed this as completed Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
legacy Happens also in the original VJ question S1
Projects
None yet
Development

No branches or pull requests

1 participant