From 985e7ee96df1de58c0a19cb3eb657570661af875 Mon Sep 17 00:00:00 2001 From: Ross Wilson Date: Tue, 12 May 2015 14:59:37 +0700 Subject: [PATCH] Added a link to the wiki --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3f99013..3a7a248 100644 --- a/README.md +++ b/README.md @@ -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).