From 59e9e647c195c99365f70cbfb61890026c226211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Thu, 23 Mar 2023 13:55:51 +0200 Subject: [PATCH] Don't needlessly include debug routines in hello.asm --- hello.asm | 2 -- 1 file changed, 2 deletions(-) diff --git a/hello.asm b/hello.asm index 77860c3..ddf817d 100644 --- a/hello.asm +++ b/hello.asm @@ -659,7 +659,5 @@ window_mouse_released_inside db 0 window_status db WINDOW_STATUS_NORMAL window_move_x_offset dw 0 -%include "debug.inc" - section .bss window_data resw 25*80