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

last fix

parent 098a8ba9
Branches
No related tags found
1 merge request!13We know have asm instructions, can step forward and backward between clock cycle and asm instructions
Pipeline #131576 passed
...@@ -37,7 +37,7 @@ class Processor: ...@@ -37,7 +37,7 @@ class Processor:
self.line_seperator = "-" self.line_seperator = "-"
self.is_stopped = False self.is_stopped = False
self.new_instruction = False self.new_instruction = False
self.current_instruction: str = "" self.current_instructions: list[str] = []
# TODO: keeping track of what pieces of info not to show # TODO: keeping track of what pieces of info not to show
# show not be done at the processor level. # show not be done at the processor level.
# Maybe implemenet a 'get_pretty_print_state' at module # Maybe implemenet a 'get_pretty_print_state' at module
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment