1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Added a link to the wiki

This commit is contained in:
Ross Wilson 2015-05-12 14:59:37 +07:00
parent 906ec611aa
commit 985e7ee96d

View File

@ -154,3 +154,7 @@ And finally, if we just want to set some memory values in core, we would do:
Which loads the existing core file, sets some addresses to values given in the
file **setdatafile** and then saves the core file.
##File formats and implementation notes
There are some details on papertape file formats and implementation notes
in [the wiki](https://github.com/rzzzwilson/pymlac/wiki).