See #24 . These should be the variants of the comparisons, using Immediate mode for A. If I understand the code correctly, the actual instructions combine the mode such as self.ZeroPageAddr with the same self.opCMPR routine, so we should have all parts covered. If we want actual tests for all variants of the instructions, we can do that with cut and paste.
See #24 . These should be the variants of the comparisons, using Immediate mode for A. If I understand the code correctly, the actual instructions combine the mode such as
self.ZeroPageAddr
with the sameself.opCMPR
routine, so we should have all parts covered. If we want actual tests for all variants of the instructions, we can do that with cut and paste.