diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2017-11-29 11:34:58 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2017-11-29 11:34:58 -0500 |
commit | 523322dc13a2599014e26780518bf06277a57e30 (patch) | |
tree | be76bcaee0b550f01cf6c89c8fbf3de42cd742d2 /console.asm | |
parent | 1dd05ebe61c95985b16d170bf2d3f081a02dfd7d (diff) | |
download | minos-523322dc13a2599014e26780518bf06277a57e30.tar.gz |
add print[i,h] and normalize load addresses
Diffstat (limited to 'console.asm')
-rw-r--r-- | console.asm | 2 |
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 |