home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
enterprs
/
cpm
/
utils
/
f
/
mxcat.lbr
/
CAT6GPH.ZZ0
/
CAT6GPH.Z80
Wrap
Text File
|
1992-11-03
|
512b
|
15 lines
TITLE "Graphic string overlay for MCAT/XCAT Ver 6"
;========================================================================
ORG 119H ; Start here
; Define the string with a count of chars, then a string to:
; 1 - Place terminal in graphics mode
; 2 - Output chars for Horiz line segment
; 3 - Place terminal back in character mode
DEFB 5 ; H19 string length
DEFB 1BH,'F','a',1BH,'G' ; 16 char maximum string
END