From e50a9fe91de31c77fee290b2ec8f39b1ee0de5b5 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Sat, 27 Jun 2015 12:09:06 -0700 Subject: [PATCH] Remove INT 3 added during testing --- tests/pc/vga/L25-3.ASM | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/pc/vga/L25-3.ASM b/tests/pc/vga/L25-3.ASM index 6452e233d..8f3984197 100644 --- a/tests/pc/vga/L25-3.ASM +++ b/tests/pc/vga/L25-3.ASM @@ -77,7 +77,6 @@ HorzBarLoop: SETGC GC_SET_RESET,01h ;set/reset value is 0ffh for plane 0 ; (the blue plane) and 0 for other ; planes - int 3 sub di,di mov cx,80*480 ;# bytes per screen mov al,0ffh ;since set/reset is enabled for all