mirror of
https://github.com/soconnor0919/eceg431.git
synced 2025-12-11 22:54:43 -05:00
project12 - add files
This commit is contained in:
9
12/MemoryTest/README.txt
Normal file
9
12/MemoryTest/README.txt
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user