|
Line 103 in the Project 5 Memory module test script (online in July 2024) is
> set address %X6234
The address 0x6234 is out of bounds. The addresses in the memory map are:
0x0000 - 0x3FFF RAM16K
0x4000 - 0x5FFF Screen
0x6000 - 0x6000 Keyboard
This is analyzing the state after a write to 0x1234, so I perhaps 0x5234 was the number intended?
I think that this test area should add examinations of:
0x3234
0x5234
Obviously, the coverage is already good so this is minor.
|