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 clobbers 'free' ZP locations #329

Open
irmen opened this issue Jul 1, 2022 · 0 comments
Open

MONITOR clobbers 'free' ZP locations #329

irmen opened this issue Jul 1, 2022 · 0 comments
Labels
enhancement New feature or request [MONITOR] Part of the machine language monitor

Comments

@irmen
Copy link
Contributor

irmen commented Jul 1, 2022

The machine code monitor clobbers a bunch of Zero page locations that are inside the "unused" area.

https://github.com/commanderx16/x16-rom/blob/master/monitor/monitor.s#L105

I would expect the monitor to not touch these. Or at least, backup on entry/ restore them on exit?

@mist64 mist64 added enhancement New feature or request [MONITOR] Part of the machine language monitor labels Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request [MONITOR] Part of the machine language monitor
Projects
None yet
Development

No branches or pull requests

2 participants