kernel-mode #1
@ -178,7 +178,8 @@ class CPU:
|
|||||||
"""
|
"""
|
||||||
Returns a representation of the CPU and some of its state.
|
Returns a representation of the CPU and some of its state.
|
||||||
"""
|
"""
|
||||||
return "CPU(pc=0x{:08X}, cycle={}, exit={}, instructions={})".format(
|
return "{}(pc=0x{:08X}, cycle={}, exit={}, instructions={})".format(
|
||||||
|
self.__class__.__name__,
|
||||||
self.pc,
|
self.pc,
|
||||||
self.cycle,
|
self.cycle,
|
||||||
self.exit,
|
self.exit,
|
||||||
|
Loading…
Reference in New Issue
Block a user