mirror of
https://github.com/lloeki/python-dcpu_16.git
synced 2025-12-06 09:54:39 +01:00
skip feedback
This commit is contained in:
parent
f3acea29fd
commit
50ab21f3e5
1 changed files with 1 additions and 0 deletions
|
|
@ -404,6 +404,7 @@ class CPU(object):
|
||||||
raise Exception('Invalid opcode %s at PC=%04X' % (["%02X"%x for x in opcode], c.pc))
|
raise Exception('Invalid opcode %s at PC=%04X' % (["%02X"%x for x in opcode], c.pc))
|
||||||
if c.skip:
|
if c.skip:
|
||||||
c.skip = False
|
c.skip = False
|
||||||
|
if c.debug: log("Skipped")
|
||||||
else:
|
else:
|
||||||
op(c, *args)
|
op(c, *args)
|
||||||
if c.debug: log(c.dump_r())
|
if c.debug: log(c.dump_r())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue