; WS25.MAC ; John C. Smith ; 6/10/85 ; ; This file writes the key definition to the 25th line ; of the Kaypro 10 display. It is used in conjunction with ; setkey and the appropriate key file. ; ; .z80 aseg org 100h ld c,09 ld de,msg jp 0005 ; ; The command line message: ; msg: db 1bh,'B6',1bh,'B7',1bh,'=8 ' db 1bh,'B11',1bh,'C1',1bh,'B0' db 'HELP ' db 1bh,'C0 ' db 1bh,'B12',1bh,'C1',1bh,'B0' db 'INDENT' db 1bh,'C0 ' db 1bh,'B13',1bh,'C1',1bh,'B0' db 'SET LM' db 1bh,'C0 ' db 1bh,'B14',1bh,'C1',1bh,'B0' db 'SET RM' db 1bh,'C0 ' db 1bh,'B15',1bh,'C1',1bh,'B0' db 'UNDLIN' db 1bh,'C0 ' db 1bh,'B16',1bh,'C1',1bh,'B0' db 'BLDFCE' db 1bh,'C0 ' db 1bh,'B17',1bh,'C1',1bh,'B0' db 'BEGBLK' db 1bh,'C0 ' db 1bh,'B18',1bh,'C1',1bh,'B0' db 'ENDBLK' db 1bh,'C0 ' db 1bh,'B19',1bh,'C1',1bh,'B0' db 'BEGFIL' db 1bh,'C0 ' db 1bh,'B10',1bh,'C1',1bh,'B0' db 'ENDFIL' db 1bh,'C0' db 1bh,'C6' db '$' end