home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_122 / 8.ddi / HEAP.ZIP / DISPLAY.INC < prev    next >
Encoding:
Text File  |  1992-06-10  |  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.