home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / enterprs / cpm / utils / f / mxcat.lbr / CAT6GPH.ZZ0 / CAT6GPH.Z80
Text File  |  1992-11-03  |  512b  |  15 lines

  1.     TITLE    "Graphic string overlay for MCAT/XCAT Ver 6"
  2. ;========================================================================
  3.  
  4.     ORG    119H        ; Start here
  5.  
  6. ; Define the string with a count of chars, then a string to:
  7. ;    1 - Place terminal in graphics mode
  8. ;    2 - Output chars for Horiz line segment
  9. ;    3 - Place terminal back in character mode
  10.  
  11.     DEFB    5            ; H19 string length
  12.     DEFB    1BH,'F','a',1BH,'G'    ; 16 char maximum string
  13.  
  14.     END
  15.