summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2017-12-01 21:44:43 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2017-12-01 21:44:43 -0500
commit0e8b96073e9fd52c0079c8c810db5938a31ae810 (patch)
tree96b01e475bc2a6244f08d08dc272111899f1d4f5
parent6ef6baa7511c9c7e19135e2a11888680f2b8fbfb (diff)
downloadminos-0e8b96073e9fd52c0079c8c810db5938a31ae810.tar.gz
Move constants to proper file
-rw-r--r--console.asm3
1 files changed, 0 insertions, 3 deletions
diff --git a/console.asm b/console.asm
index 9f88a28..8c880f3 100644
--- a/console.asm
+++ b/console.asm
@@ -6,9 +6,6 @@
%include "string.asm"
%include "keyboard.asm"
-MAX_ROWS equ 25
-MAX_COLS equ 80
-
putc:
; Write single character at cursor position
push bp