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
|
jmp .nonewline
|
||||||
|
|
||||||
.change_color_mode:
|
.change_color_mode:
|
||||||
;; Read character
|
;; Read character
|
||||||
mov ah, 0x00
|
mov ah, 0x00
|
||||||
int 0x16
|
int 0x16
|
||||||
mov [color_mode], al
|
mov [color_mode], al
|
||||||
jmp .loop
|
jmp .loop
|
||||||
|
|
||||||
.newline:
|
.newline:
|
||||||
;; Scroll up window
|
;; Scroll up window
|
||||||
|
|
Loading…
Reference in a new issue