1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-06 20:29:34 +00:00

Fix address in comment

This commit is contained in:
Mike Naberezny 2014-01-21 15:41:34 -08:00
parent 18bfec083c
commit 08a9c4681a

View File

@ -4338,7 +4338,7 @@ class Common6502Tests:
def test_rts_wraps_around_top_of_memory(self):
mpu = self._make_mpu()
# $0000 RTS
# $1000 RTS
mpu.memory[0x1000] = 0x60
self._write(mpu.memory, 0x01FE, (0xFF, 0xFF)) # PCL, PCH
mpu.pc = 0x1000