diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2017-12-01 21:44:43 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2017-12-01 21:44:43 -0500 |
commit | 0e8b96073e9fd52c0079c8c810db5938a31ae810 (patch) | |
tree | 96b01e475bc2a6244f08d08dc272111899f1d4f5 /console.asm | |
parent | 6ef6baa7511c9c7e19135e2a11888680f2b8fbfb (diff) | |
download | minos-0e8b96073e9fd52c0079c8c810db5938a31ae810.tar.gz |
Move constants to proper file
Diffstat (limited to 'console.asm')
-rw-r--r-- | console.asm | 3 |
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 |