'PEEP13 COMйPEEP13 DZC MPEEP13L COM PEEPINSTASM+>ë> GXXXX=7 XX)X(!0+| _^~#( ( G07 0@_X >O7{G7a{_s1=*!=""*"*[R(ҷS"͘<ADFGrHJ  K77L=ORdSX;0  X#( ## #^#VůO~(i # X G (_ >O8{{X>y0DG> r*>(.>(G"!="*" (> ͘*>S"*"=~# *>G"=+R8~ #GG(=*R*"S*"=XFind>!~G!~͢w#*!~͢(&# F(#~͢ #"X???*"XMark*"*x"ͩ:i_ 2=*R86\3(2!~# ((6 #6"XMem͘: =*> )Start ove!}!h6##6#ø:] XNo Fil*{\<0^X? (Y/n)͘N!6 vPEEP13.DOC$ (Hq MC) #MQXe;N@QZ:s4g Fq<  G%DSt2d 4#yc2o9 GS8i:+Unm8VRáLUQl@scm03h,s<ψ6aȀ[9f &#y%d a0'9ՎQ{p8c1/O ֚7Xby{2ATrl6 X^)v[YfB\Zl͛Ⱦ4DK"`SEVU" N_5GD&T^GFl q1؁S$Xm LIVntB]NFUS Rօ{!hZSQQ.w$oF4e`KgYF%fƸ T_moUV@oXaXX{EVDe0d\0(FDPUQME Ae-U6%FHaTycX 4 gX hQUy_]ZƹNqW!``kfFe W~F+VacX P)k Iabt e$v\56AUVldSUbYJ,AOYdmn( !e '>\e0 UWZpLGQT \qlC!0 npz eqekULccPӖ'|`R;U:Z_}HTJPϚC ZyyU!z1EAWQzU~XitZWW!OQ%H,a\VXuk3Xė'%m籟>-Yaޑ({Xyp@ Yє)f(E“0& ª0jJHFEr7%qU@6Gg!30CIQ&+ʙfi}tvn/h55rܛ !8)@\BMkEޖVQlW$&_ lxi-q]2Xg<2C{DuX6*7\LӾGX8eM,NJ*QG"tC>(%O'DNb@:Tj)Ce,L/#8OA`,t1+=g<;d CxKS>hЈV@V !"0AҢT8)dNN ;D$X^"t67@ q#ĕU L pH0JmZȒ!X-=Apiz s$h 0k hv !%I R ee sk—ȓz^̵!]dX3T;SM`bo42$@8b 8'iE<Y\C:"FxL5=$ Mq%_ K*c](}8X#TP[f(Xs%Wf  >͸T64.@0HK,,-a $T.$\HHP6)x [0h "ui͘JY{wfcluB؄ze/H>]kv`ݛt-w_xow|-Ⱦ`SIS># 6qd€^<0Vث_~pE^)LhU7,2kOhR V  ckiHA ei0a XX;ZTѠ1i!$Pxay/ǹ^A`PhZFͺIc(F-:IE,GQQuD%rY%C{%!,@YD\1,Fd^r4Eu"g%b:#q.TEiPs!% 4ErEK`wa^ps*ҰdDJpfg(SbB DȅbKs>`nu*cC5q10^>UE4sA1U$SRT#"CŞ+4Mu[u$!STPWt3Q1321lY:Q&a 5A!@wzs:(cH!]-P <t>7X#/Z7kY"H=0A(%Pg3QMvS}p9FJ)mPlP @671ш!V:Úl7ҏv98423404703(#.1_W'(+Rk !lF3> Xiiii=7 ii)i(!0+|  _o~#( ( X07 0@_:W0i z{X>O7{X7=2>2`ɯ2>a{_s,1h"*!h" "**&_"$* [$R(͍""vADFGHIJLLKwwL}OP8RSTX;00  i##( ## #^#VůO~(ͣ # i X (_ >O8{Ì: i>y0DG> ͬ*">(.>(G_" !h" *$"  )#)(> *">͍""* B" =~# * >G_" h+R8~ #͇#͇(h* R* _" ͍*"_""=iFind>!~#G!~w#* B!~(&# F(#~ #_B" i???#* "*iMark**" ʎ!(MiPrinting...[**"R8+()> uͶ**(͍ x >X#Print from MAR(!GͶF#~X(iType ->!ͶF#~Xi : !2 Printer O *x"(:i_ 2h*(R86\](2!~# ((6 #6"&iMem: h*$> B)Start ove!#!h6##6#8:] iNo Fil*{,\<0oi? (Y/n)N!6 ; PEEP 1.2 ; SCREEN INSTALLATION OVERLAY ; Instructions: ; 1. Have your video protocol handy. ; 2. Enter changes. ; 3. Assemble to .hex file. i.e. >ASM PEEPINST ; 4. Overlay PEEP i.e. >MLOAD PEEP.COM,PEEPINST ; ; The overlay for PEEP12 is not compatible with previous versions. ; To enter changes: ; - If you need fewer bytes than are available, fill in the remainder ; with 0's. ; - If you need exactly the number of bytes available, the last byte ; must have the high bit set. Add 80h to it. (See below.) ; - If you need more bytes, sorry, it won't work. Modify the source code. ; ; As distributed, PEEP works on most terminals e.g. Televideo, Wyse, Ampex. ; Kaypro II requires one change indicated below. true equ -1 false equ 0 esc equ 1bh tab equ 9 cr equ 0dh ; To install a printer initialization in PEEP12L, set following equate to TRUE. ; If installing PEEP12, set it to FALSE. lstok equ true ; Clear to end of line. There are 2 bytes available. org 10bh db esc,'T'+80h ; Last byte must be high bit set ; db 18h,0 ; Kaypro II sequence ; Home cursor without screen clear - 2 bytes. org 111h db 1eh,0 ; Insert line - 2 bytes org 11ah db esc,'E'+80h ; Move cursor to row 23, column 0. Up to 7 bytes. org 121h db esc,'=',37h,20h,0,0,0 ; Clear screen, home cursor - 2 bytes. org 12dh db 1ah,0 ; Dim video on. This sequence cannot take up space on the screen. It may ; be blank. org 133h db 0,0,0 ; db esc,')',0 ; default ; Dim video off. org 13ah db 0,0,0 ; db esc,'(',0 ; default ; Slow scan functions. Smaller number goes faster. Don't use 0! org 13fh dw 3000h if lstok ; Printer initializaton string ; First byte is char count. Maximum is 16 org 147h db 1 db cr endif ;lstok ; END