-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeneral.inc
16 lines (14 loc) · 858 Bytes
/
general.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ;
; GENERAL.INC ;
; Include File For General Constants ;
; EE/CS 51 ;
; ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; This file contains general constants used in files related to the display
; functions.
;
; Revision History:
; 10/29/15 Anshul Ramachandran initial revision
ASCII_NULL EQU 0 ; null ASCII character, which has value 0 in ASCII
WORD_BYTES EQU 2 ; bytes in a word