larsbrinkhoff / pdp10-its-disassembler

Disassembler and other tools for files in ITS formats
GNU General Public License v2.0
19 stars 13 forks source link

Write core image files. #93

Closed larsbrinkhoff closed 2 years ago

larsbrinkhoff commented 3 years ago

Extend the file format code to make it possible to write out a core image. So far just the raw format.

I don't have a use case for this, but it could come in handy at some point.

Future directions: support output in more formats.

larsbrinkhoff commented 3 years ago

If PDUMP output is desirable, the core image needs additional information about page read/write status.

larsbrinkhoff commented 3 years ago

Implemented the basics. Exercises left to the pull request reader: