about summary refs log tree commit diff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 53dd85c..48d35ee 100644
--- a/main.c
+++ b/main.c
@@ -21,12 +21,12 @@ int main(int argc, char** argv)
 
     printf("Hello brother!\n");
 
-    /*for(int i = 0; i < sizeof(emulator.memory); ++i)
+    for(int i = 0; i < sizeof(emulator.memory); ++i)
     {
         printf("%c ", emulator.memory[i]);
     }
 
-    putchar('\n');*/
+    putchar('\n');
 
     while(emulator.is_on)
     {