From 523322dc13a2599014e26780518bf06277a57e30 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 29 Nov 2017 11:34:58 -0500 Subject: add print[i,h] and normalize load addresses --- console.asm | 2 -- 1 file changed, 2 deletions(-) (limited to 'console.asm') 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 -- cgit