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

Saving and loading executables #11

Closed
hughrawlinson opened this issue Jun 23, 2015 · 4 comments
Closed

Saving and loading executables #11

hughrawlinson opened this issue Jun 23, 2015 · 4 comments

Comments

@hughrawlinson
Copy link

Just in ascii form, or in bytes I guess. Tiny files. Wouldn't even need an in-interface load option, just use cli flags :)

@gto76
Copy link
Owner

gto76 commented Jun 23, 2015

I can add it, but I think it takes away a bit of authenticity, so I won't document it in readme.

@hughrawlinson
Copy link
Author

Perfect! :)

@gto76
Copy link
Owner

gto76 commented Jun 25, 2015

Done. 5439f86

Saves ram to file with 's', loads file with first command line argument.

@gto76
Copy link
Owner

gto76 commented Jun 25, 2015

Now that save and load are implemented, it would make sense to also make it possible to run in non-interactive mode, so that only output gets printed to stdout. Input to the program could be provided with arguments following the filename, and it would be red from the last address (instead of a random value). Then multiple machines could be tied together using bash script :)

@gto76 gto76 closed this as completed Jun 27, 2015
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

2 participants