1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-07-03 05:29:27 +00:00

Merging upstream master

This commit is contained in:
Sam Colwell 2019-01-12 15:27:00 -05:00
commit db406af2ff

View File

@ -70,7 +70,7 @@ class Monitor(cmd.Cmd):
self._reset(self.mpu_type, self.getc_addr, self.putc_addr)
if load is not None:
self.do_load(load)
self.do_load("%r" % load)
if goto is not None:
self.do_goto(goto)