From 3e4639ce6871f50aca13aa1fe66620b08471c9bd Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Tue, 20 Jul 2021 00:27:37 +0100 Subject: Features: Added multiple instructions and added an infinite loop detector Now we are able to detect when we are entering an infinite loop to stop the program. --- emulator.h | 1 + 1 file changed, 1 insertion(+) (limited to 'emulator.h') diff --git a/emulator.h b/emulator.h index 7a9c5ef..7fac868 100644 --- a/emulator.h +++ b/emulator.h @@ -6,6 +6,7 @@ #include #include #include +#include #include #include -- cgit 1.4.1