; vga_text_font.inc - font for generating VGA text - converted to code ; generated from vga_text_font.fon, last generation 2008.11.15 ; full maximal possible 16+95 character font ; char codes 0x00..0x0F used by system, for code space and for colour switching ; char codes 0x10..0x1F used here, for 2^(2*2)=16 2x2pixel/char block graphics ; char codes 0x20..0x7E used here, for the standard 95 printable ASCII ; char code 0x7F used by system, for frame buffer abort pseudo-char code ; the first character in this file will always appear at 0x10 ; the numbers in the CHAR lines are only for checking where in the file one is ; if there are less than 16+95 chars here the non defined ones will crash ; if there are more than 16+95 chars here the assembling will fail ; CHAR block graphics 0x10 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR block graphics 0x11 out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR block graphics 0x12 out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR block graphics 0x13 out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR block graphics 0x14 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR block graphics 0x15 out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR block graphics 0x16 out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR block graphics 0x17 out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR block graphics 0x18 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTFORE ijmp .db "012345678901" ; CHAR block graphics 0x19 out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTFORE ijmp .db "012345678901" ; CHAR block graphics 0x1A out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTFORE ijmp .db "012345678901" ; CHAR block graphics 0x1B out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTFORE ijmp .db "012345678901" ; CHAR block graphics 0x1C out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTFORE ijmp .db "012345678901" ; CHAR block graphics 0x1D out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTFORE ijmp .db "012345678901" ; CHAR block graphics 0x1E out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....()() ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTFORE ijmp .db "012345678901" ; CHAR block graphics 0x1F out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTFORE ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()()() ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTFORE ijmp .db "012345678901" ; CHAR ASCII " " 0x20 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "!" 0x21 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII """ 0x22 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "#" 0x23 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "$" 0x24 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "%" 0x25 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "&" 0x26 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "'" 0x27 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "(" 0x28 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII ")" 0x29 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "*" 0x2A out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "+" 0x2B out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "," 0x2C out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "-" 0x2D out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "." 0x2E out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "/" 0x2F out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "0" 0x30 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "1" 0x31 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "2" 0x32 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "3" 0x33 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "4" 0x34 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "5" 0x35 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "6" 0x36 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "7" 0x37 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "8" 0x38 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "9" 0x39 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII ":" 0x3A out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII ";" 0x3B out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "<" 0x3C out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "=" 0x3D out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII ">" 0x3E out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "?" 0x3F out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "@" 0x40 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "A" 0x41 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "B" 0x42 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "C" 0x43 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "D" 0x44 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "E" 0x45 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "F" 0x46 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "G" 0x47 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "H" 0x48 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "I" 0x49 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "J" 0x4A out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "K" 0x4B out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "L" 0x4C out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "M" 0x4D out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "N" 0x4E out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "O" 0x4F out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "P" 0x50 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "Q" 0x51 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "R" 0x52 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "S" 0x53 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "T" 0x54 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "U" 0x55 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "V" 0x56 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "W" 0x57 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "X" 0x58 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "Y" 0x59 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "Z" 0x5A out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "[" 0x5B out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "" 0x5C out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "]" 0x5D out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "^" 0x5E out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "_" 0x5F out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "`" 0x60 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "a" 0x61 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "b" 0x62 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "c" 0x63 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "d" 0x64 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "e" 0x65 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "f" 0x66 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "g" 0x67 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "h" 0x68 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "i" 0x69 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "j" 0x6A out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "k" 0x6B out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "l" 0x6C out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "m" 0x6D out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "n" 0x6E out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "o" 0x6F out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "p" 0x70 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "q" 0x71 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "r" 0x72 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "s" 0x73 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "t" 0x74 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "u" 0x75 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "v" 0x76 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "w" 0x77 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "x" 0x78 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "y" 0x79 out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()..().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "z" 0x7A out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "{" 0x7B out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "|" 0x7C out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "}" 0x7D out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ....().. ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()...... ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901" ; CHAR ASCII "~" 0x7E out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x00 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ..()().. ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTFORE andi ZL,0x80 ori ZL,0x10 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTFORE ; ()().... ld ZL,X+ out VGADPORT,LUTFORE mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x20 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x30 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x40 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x50 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x60 out VGADPORT,LUTBACK ijmp .db "012345678901" out VGADPORT,LUTBACK ; ........ ld ZL,X+ out VGADPORT,LUTBACK mov ZH,ZL andi ZH,0x3F out VGADPORT,LUTBACK andi ZL,0x80 ori ZL,0x70 out VGADPORT,LUTBACK ijmp .db "012345678901"