summaryrefslogtreecommitdiff
path: root/constants.asm
blob: 56c249627a2eeb27f1078c5dbed9eafbf54b0ce9 (plain) (blame)
1
2
3
4
5
6
7
8
9
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