Programmer‘s Aid #1: Memory Test Issue

The memory test in the Programmer's Aid #1 diskette has a problem.
According to the listing on page 86 of the manual, $D670 contains 20 8A D6 when the ROM contains 4C CB 02. This causes the program to jump to $02CB where there normally isn't any program. To patch around this problem, enter these instructions in the monitor before testing any memory:

02CB:20 8A D6 4C 73 D6
Published Date: Feb 18, 2012