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

the stepping function for asm now works as inteded, although the code for it is unclear

parent 9ee888ed
Branches
No related tags found
1 merge request!13We know have asm instructions, can step forward and backward between clock cycle and asm instructions
......@@ -49,7 +49,7 @@ class Processor:
self.lambdas: dict[str, Callable[..., bool]] = {}
# List containing all clock cycles where a new asm instruction started
self.assembly_cycles = []
self.assembly_cycles = [0]
def do_tick(self) -> None:
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment