Fix indentation
This commit is contained in:
parent
a8a206884f
commit
fca5966f63
1 changed files with 5 additions and 5 deletions
10
messages.asm
10
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
|
||||
|
|
Loading…
Reference in a new issue