-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconverts.inc
17 lines (15 loc) · 852 Bytes
/
converts.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ;
; CONVERTS.INC ;
; Include File For Conversion Functions ;
; EE/CS 51 ;
; ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; This file contains the constants used in converts.asm
; Revision History:
; 10/15/15 Anshul Ramachandran initial revision
; DEFINITIONS
ASCII_NULL EQU 0
PWR10_DEC EQU 10000
MASK_HEX EQU 0F000H
INIT_BITSHIFT EQU 12