From 9ef19730e3cae2d5420cc38a3b21c64281887b85 Mon Sep 17 00:00:00 2001 From: Jarkko Toivanen Date: Fri, 8 Sep 2023 12:03:52 +0300 Subject: [PATCH] Forgot a stray CLD instruction lol --- src/framebuffer.asm | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/framebuffer.asm b/src/framebuffer.asm index 9c215a4..5204798 100644 --- a/src/framebuffer.asm +++ b/src/framebuffer.asm @@ -8,8 +8,6 @@ putpixel: push ecx push edi - cld - ; check pixel is in screen mov ebx, [ebp+12] ;y cmp ebx, [mbootinfo.fb_height]