summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2017-11-28 16:49:24 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2017-11-28 16:49:24 -0500
commit1dd05ebe61c95985b16d170bf2d3f081a02dfd7d (patch)
tree216d65aa993cba84c1b58e7152efd516b37121cc /constants.asm
downloadminos-1dd05ebe61c95985b16d170bf2d3f081a02dfd7d.tar.gz
Initial commit
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
+