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

Support for a code-vs-data map in assembler and emulator #4

Open
floooh opened this issue Dec 12, 2023 · 0 comments
Open

Support for a code-vs-data map in assembler and emulator #4

floooh opened this issue Dec 12, 2023 · 0 comments

Comments

@floooh
Copy link
Owner

floooh commented Dec 12, 2023

This would allow to automatically step over inline data after call instructions.

The assembler would need to add the information to the map file whether that line and address is code or data.

The emulator and emulator webapi would need to accept a new binary file format which for every address in the 16-bit address space has the information whether this address contains code or data.

The debugger 'heatmap' would be initialized with this information.

The step-over debugger feature would need to learn to step over inline data.

@floooh floooh changed the title Support for a code-vs-data map in assembler. Support for a code-vs-data map in assembler and emulator Dec 12, 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

No branches or pull requests

1 participant