diff --git a/emulator/src/core/sys_debugger.cpp b/emulator/src/core/sys_debugger.cpp
index 46e8cefa..4e402d5b 100644
--- a/emulator/src/core/sys_debugger.cpp
+++ b/emulator/src/core/sys_debugger.cpp
@@ -155,12 +155,12 @@ void DBGXRender(int *address,int showDisplay) {
 					}
 				}
 			}
-			for (int y; y < 240/8;y++) {
-				rc2.x = r.x + r.w + 4;
-				rc2.y = r.y + y * ys * 8 + 2;
-				rc2.w = xs * 2;rc2.h = ys * 8 - 4;
-				GFXRectangle(&rc2,isExtArray[y] ? 0x0F0 : 0xF00);
-			}
+			// for (int y; y < 240/8;y++) {
+			// 	rc2.x = r.x + r.w + 4;
+			// 	rc2.y = r.y + y * ys * 8 + 2;
+			// 	rc2.w = xs * 2;rc2.h = ys * 8 - 4;
+			// 	GFXRectangle(&rc2,isExtArray[y] ? 0x0F0 : 0xF00);
+			// }
 		}	
 	}
 }
diff --git a/examples/basic/examples/mixedassembler.bas b/examples/basic/examples/mixedassembler.bas
new file mode 100644
index 00000000..993eaecd
Binary files /dev/null and b/examples/basic/examples/mixedassembler.bas differ