From 9542deeb483a00b6fabed7574720926ce97d7511 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Tue, 16 Aug 2022 11:54:23 +0800 Subject: Projects, 01-06 completed --- projects/12/MemoryTest/README.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 projects/12/MemoryTest/README.txt (limited to 'projects/12/MemoryTest/README.txt') 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 -- cgit v1.2.3