summaryrefslogtreecommitdiff
path: root/projects/12/MemoryTest/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'projects/12/MemoryTest/README.txt')
-rw-r--r--projects/12/MemoryTest/README.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/projects/12/MemoryTest/README.txt b/projects/12/MemoryTest/README.txt
new file mode 100644
index 0000000..15ad0c8
--- /dev/null
+++ b/projects/12/MemoryTest/README.txt
@@ -0,0 +1,9 @@
+There are some specific wrong values that indicate that your Memory.jack
+returned identical pointers to allocated segments. Look at Main.jack to
+see where the pointers a, b and c are used.
+
+RAM[8003] = 123 b = a
+RAM[8004] = 101 c = a
+RAM[8004] = 110 c = b
+RAM[8004] = 111 c = a and c = b
+RAM[8005] = 11 new b = c