diff --git a/src/simudator/core/processor.py b/src/simudator/core/processor.py
index 3c88aa955048b77803c19df5b54fc2a132d1e30f..876b62739d8b40e2257da72744252cddfea57eab 100644
--- a/src/simudator/core/processor.py
+++ b/src/simudator/core/processor.py
@@ -37,7 +37,7 @@ class Processor:
         self.line_seperator = "-"
         self.is_stopped = 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
         # show not be done at the processor level.
         # Maybe implemenet a 'get_pretty_print_state' at module