summaryrefslogtreecommitdiff
path: root/console.asm
diff options
context:
space:
mode:
Diffstat (limited to 'console.asm')
-rw-r--r--console.asm2
1 files changed, 0 insertions, 2 deletions
diff --git a/console.asm b/console.asm
index f992705..9f88a28 100644
--- a/console.asm
+++ b/console.asm
@@ -136,13 +136,11 @@ console_driver:
.handle_CR:
mov dl, 0 ; set column zero
- ; fall through
.handle_LF:
inc dh ; increment row
jmp .return
-
.return:
push dx
call setcursor