Save and Load ROM Data

One really useful feature would be able to Load and Save ROM Memory data to and from disk. This would allow for code to be compiled externally and loaded into the App.

ROM Data Load

This feature was implemented today.

The data format was kept as simple as possible. The data words are simply a list of all the words/bytes as Integers in text format separated by new lines.

The first line equates with memory address zero and so on. The Loader adds values line by line, rejecting any line that does not represent an Integer. The memory is padded out with zero values for any remaining memory locations that are not loaded.

More Devlog entries

Most recent first