Skip to content
Snippets Groups Projects
Commit db4cd213 authored by Martin Högstedt's avatar Martin Högstedt
Browse files

nevermind, mixing stepping with asm and clock cycles breaks it

parent 60abb3d9
No related branches found
No related tags found
1 merge request!13We know have asm instructions, can step forward and backward between clock cycle and asm instructions
...@@ -345,8 +345,6 @@ class MIA_CPU(Processor): ...@@ -345,8 +345,6 @@ class MIA_CPU(Processor):
clockcycle = self.assembly_cycles[index] clockcycle = self.assembly_cycles[index]
print("Cycle: ", clockcycle)
print("Steps : ", num_instructions)
self.load_cycle(clockcycle) self.load_cycle(clockcycle)
self.assembly_cycles = self.assembly_cycles[:index+1] self.assembly_cycles = self.assembly_cycles[:index+1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment