From 877e9bfe8e7d9e93536f4cb4af36aac65805be11 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 4 Jul 2018 20:55:53 -0400 Subject: Begin refactoring ISR code --- constants.asm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'constants.asm') 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 -- cgit