diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-07-04 20:55:53 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-07-04 20:55:53 -0400 |
commit | 877e9bfe8e7d9e93536f4cb4af36aac65805be11 (patch) | |
tree | aef4ef6d60f213a5fa54853ee3b45d7b2eb43ebd /constants.asm | |
parent | c19a6ee17abf862115accd15876c64b7d39a7e9c (diff) | |
download | minos-master.tar.gz |
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index ac6438a..16f7510 100644 --- a/constants.asm +++ b/constants.asm @@ -7,6 +7,9 @@ MAX_COLS equ 80 LENGTH_ROW equ 0A0h ; NOTE: length in bytes (80 * 2 = 160) LENGTH_COL equ 02h ; NOTE: length in bytes (1 * 2 = 2) +ISR_TEST equ 20h +ISR_MINOS equ 21h + %include "colors.asm" %include "ascii.asm" ; ASCII control codes %include "scancodes.asm" ; Keyboard scancodes |