1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-09-29 22:56:17 +00:00

Fix spelling

This commit is contained in:
Mike Naberezny 2012-11-27 15:42:30 -08:00
parent 4b77d6fe7e
commit 69223afd0c

View File

@ -301,7 +301,7 @@ class MonitorTests(unittest.TestCase):
disasm = "$c000 ea NOP\n$c001 ea NOP\n"
self.assertEqual(out, disasm)
def test_disassemble_wraps_to_0_after_to_of_memory(self):
def test_disassemble_wraps_to_0_after_top_of_memory(self):
stdout = StringIO()
mon = Monitor(stdout=stdout)
mon._mpu.memory[0xffff] = 0x20 # => JSR