home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l225 / 2.img / T-MASM / EXAMPLES / HEAP / DISPLAY.INC < prev    next >
Encoding:
Text File  |  1991-11-11  |  275 b   |  17 lines

  1. ; FILE: DISPLAY.INC
  2.  
  3. CR  = 0DH
  4. LF  = 0AH
  5.  
  6. DOSPRINTSTRING     =   09H
  7. DOSPRINTCHAR       =   02H
  8.  
  9. DOSINT             =   21H
  10.  
  11.    global ShowHexByte:proc
  12.    global ShowHexWord:proc
  13.    global Show_Bracket:proc
  14.    global Show_Endbracket:proc
  15.    global CRLF:proc
  16.  
  17.