Program loader, saver #6

Closed
opened 2025-07-22 11:43:51 -07:00 by affine · 1 comment
Owner

Serializing and Deserializing programs to and from binary files must be achieved. This will include the following issues:

  • compressed format for serializing and deserializing Datum to and from files.
  • executable program file format.
  • routine that loads data and instructions from files and prepares a VM to run the contained program.

no need to implement importing libraries and whatnot.

Serializing and Deserializing programs to and from binary files must be achieved. This will include the following issues: - compressed format for serializing and deserializing Datum to and from files. - executable program file format. - routine that loads data and instructions from files and prepares a VM to run the contained program. no need to implement importing libraries and whatnot.
affine added this to the HyphaeVM Roadmap project 2025-07-22 11:43:51 -07:00
affine added a new dependency 2025-07-29 11:41:15 -07:00
affine self-assigned this 2025-08-08 21:58:07 -07:00
Author
Owner

Serialization and De-serialization of datum and code now possible.
Need to tie it together with an objdump proof of concept program.

Serialization and De-serialization of datum and code now possible. Need to tie it together with an objdump proof of concept program.
Sign in to join this conversation.
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Blocks
#8 Debugging Goals
affine/Mycelium
Reference: affine/Mycelium#6
No description provided.