From fca5966f63b87cd4b79fd0657e8477c29ce2ade8 Mon Sep 17 00:00:00 2001 From: Robbe Van Herck Date: Wed, 5 Jun 2019 12:44:28 +0200 Subject: [PATCH] Fix indentation --- messages.asm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/messages.asm b/messages.asm index 5656e49..9a77527 100644 --- a/messages.asm +++ b/messages.asm @@ -40,11 +40,11 @@ int 0x10 jmp .nonewline .change_color_mode: - ;; Read character - mov ah, 0x00 - int 0x16 - mov [color_mode], al - jmp .loop + ;; Read character + mov ah, 0x00 + int 0x16 + mov [color_mode], al + jmp .loop .newline: ;; Scroll up window