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

[MONITOR] move ZP usage to BASIC area, honor RAM bank separately from ROM bank, enhance register dump/read #173

Merged
merged 2 commits into from
Oct 6, 2023

Conversation

mooinglemur
Copy link
Collaborator

As discussed in #134 we want to avoid stomping on user ZP. There are enough scratch ZP locations that belong to BASIC that we can use while the monitor is running, so instead of preserving any ZP, we can simply take over those locations.

This PR also creates a new command K which changes the RAM bank, and can also be used to set VRAM/I2C modes. the old O command is now for changing only the ROM bank.

Other cleanup done as well.

Closes #111

@mooinglemur mooinglemur marked this pull request as draft October 3, 2023 06:30
@mooinglemur mooinglemur marked this pull request as ready for review October 3, 2023 06:34
@mooinglemur mooinglemur requested a review from tomxp411 October 3, 2023 07:09
@mooinglemur mooinglemur merged commit 0b0d8e5 into X16Community:master Oct 6, 2023
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.

MONITOR clobbers 'free' ZP locations
1 participant