summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm10
1 files changed, 10 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm
new file mode 100644
index 0000000..56c2496
--- /dev/null
+++ b/constants.asm
@@ -0,0 +1,10 @@
+%ifndef _CONSTANTS_ASM
+%define _CONSTANTS_ASM
+
+LENGTH_ROW equ 0A0h ; NOTE: length in bytes (80 * 2 = 160)
+
+%include "ascii.asm" ; ASCII control codes
+%include "scancodes.asm" ; Keyboard scancodes
+
+%endif
+