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

Add ability to load/save #5

Open
3 of 4 tasks
smorgo opened this issue Feb 1, 2021 · 1 comment
Open
3 of 4 tasks

Add ability to load/save #5

smorgo opened this issue Feb 1, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@smorgo
Copy link
Owner

smorgo commented Feb 1, 2021

  • Add file persistence support
  • Add Save method
  • Add Load at original location method
  • Add Load at specific location method
@smorgo smorgo self-assigned this Feb 1, 2021
@smorgo
Copy link
Owner Author

smorgo commented Feb 1, 2021

MemoryFilePersistence class added that allows load/save of an arbitrary section of memory.
Start address and length are written to the file, to allow load to restore image at the original location.
Extended the Loader to optionally export the label table, making it easier to work out where your program starts and ends.

LoadAt method not yet tested.

@smorgo smorgo added the enhancement New feature or request label Feb 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant