From 0b938767e38f16e9fe41613d36972ab3b08ad320 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Sun, 20 Sep 2026 07:43:19 -0700 Subject: [PATCH] Fix utf8-encoded cp437 box drawing characters Most obviously this fixes the assembling failures complaining about lines that are too long. That was because the cp437 characters were interpreted as UTF-8 and were expanded to the replacement character. But it is rather nice to restore the original characters, and with this change the binaries produced are identical to 4.00 from 1988! --- v4.0/src/DEV/DISPLAY/INT10COM.INC | 6 +- v4.0/src/MAPPER/GETMSG.ASM | 2 +- v4.0/src/SELECT/COLORS.ASM | 4 +- v4.0/src/SELECT/DATA.MAC | 4 +- v4.0/src/SELECT/INPUT.ASM | 8 +- v4.0/src/SELECT/PANELS.ASM | 206 +++++++++++++++--------------- v4.0/src/SELECT/ROUTINES.ASM | 4 +- v4.0/src/SELECT/SCROLL.ASM | 2 +- v4.0/src/SELECT/SELECT0.ASM | 12 +- v4.0/src/SELECT/SELECT1.ASM | 16 +-- v4.0/src/SELECT/SELECT2.ASM | 142 ++++++++++---------- v4.0/src/SELECT/SELECT2A.ASM | 36 +++--- v4.0/src/SELECT/SELECT3.ASM | 44 +++---- v4.0/src/SELECT/SELECT4.ASM | 60 ++++----- v4.0/src/SELECT/SELECT5.ASM | 70 +++++----- v4.0/src/SELECT/SELECT5A.ASM | 20 +-- v4.0/src/SELECT/SELECT6.ASM | 2 +- v4.0/src/SELECT/SELECT7.ASM | 2 +- v4.0/src/SELECT/SELECT9.ASM | 12 +- v4.0/src/SELECT/USA.INF | 120 ++++++++--------- 20 files changed, 386 insertions(+), 386 deletions(-) diff --git a/v4.0/src/DEV/DISPLAY/INT10COM.INC b/v4.0/src/DEV/DISPLAY/INT10COM.INC index 6931ca6..b45f17c 100644 --- a/v4.0/src/DEV/DISPLAY/INT10COM.INC +++ b/v4.0/src/DEV/DISPLAY/INT10COM.INC @@ -222,7 +222,7 @@ FIND_FONT ENDP ; ; 7 6 5 4 3 2 1 0 ; 0 0 0 0 0 0 x x ; � ��� 1 - AX=1100H -; ����� 1 = AX=1400H +; ÀÄÄÄÄ 1 = AX=1400Ù ; ; ES : DI points to start of font data ; CX = ? count of characters to load @@ -517,8 +517,8 @@ ASK_BIOS_SCAN_LINES ENDP ; ; ; 7 6 5 4 3 2 1 0 ; x x x x 0 0 0 0 -; � ����������� 1 = INT 1FH -; ������������� 1 = INT 43H +; À ÄÄÄÄÄÄÄÄÄÄÄ 1 = INT 1FÙ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄ 1 = INT 43Ù ; 1 = int 1FH special handling ; ; diff --git a/v4.0/src/MAPPER/GETMSG.ASM b/v4.0/src/MAPPER/GETMSG.ASM index 12dfaa3..d051e2a 100644 --- a/v4.0/src/MAPPER/GETMSG.ASM +++ b/v4.0/src/MAPPER/GETMSG.ASM @@ -470,7 +470,7 @@ dosgetmessage endp page -;������������������������������������������������������������������ +;ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ Tens dd 10000000 dd 1000000 diff --git a/v4.0/src/SELECT/COLORS.ASM b/v4.0/src/SELECT/COLORS.ASM index a959623..488c620 100644 --- a/v4.0/src/SELECT/COLORS.ASM +++ b/v4.0/src/SELECT/COLORS.ASM @@ -55,7 +55,7 @@ CODE SEGMENT PARA PUBLIC 'CODE' ;AN000; ; AC - Reserved ; ; A1, A2, A3, A4, A5, A6, A7, A8, A9, AA, AB, AC -; � � � � � � � � � � � � +; ³ ³ ³ ³ ³ ³ ³ ³ ³ ³ ³ ³ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; WR_CIS DB 31,113, 48,113, 31, 31, 30, 30,112, 28, 00, 00 ;AN000;Logo Scr WR_CIS_W EQU $-WR_CIS ;AN000; @@ -70,7 +70,7 @@ L_WR_CIS EQU ($-WR_CIS)/WR_CIS_W ;AN000; ; Color Index Structure (Actual MONO values) ; ; A1, A2, A3, A4, A5, A6, A7, A8, A9, AA, AB, AC -; � � � � � � � � � � � � +; ³ ³ ³ ³ ³ ³ ³ ³ ³ ³ ³ ³ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; WR_CIS2 DB 7,112, 48,112, 7, 7, 7, 7,112, 28, 00, 00 ;AN000;Logo Scr WR_CIS2_W EQU $-WR_CIS2 ;AN000; diff --git a/v4.0/src/SELECT/DATA.MAC b/v4.0/src/SELECT/DATA.MAC index ca1b67d..dd8597a 100644 --- a/v4.0/src/SELECT/DATA.MAC +++ b/v4.0/src/SELECT/DATA.MAC @@ -315,8 +315,8 @@ IN_DECSEP DB 0,0 ;AN000;decimal separator IN_DELIMITEN DB '[]' ;AN000;left & right bracket char - on IN_DELIMITEX DB ' ' ;AN000;left & right bracket char - off IN_DELIMITDIR DB '<>' ;AN000;direction delimitors (horz wind) -IN_BORDEREN DB '�Ŀ�����' ;AN000;8 border char (�Ŀ�����) entry -IN_BORDEREX DB '12345678' ;AN000;8 border char (�Ŀ�����) exit +IN_BORDEREN DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 border char (ÚÄ¿³³ÀÄÙ) entry +IN_BORDEREX DB '12345678' ;AN000;8 border char (ÚÄ¿³³ÀÄÙ) exit IN_LVBOFF DW 0 ;AN000;log vid buf offset override IN_LVBSEG DW 0 ;AN000;log vid buf segment override IN_CURINSOFF DW 0 ;AN000;offset insert cursor bit map (W) diff --git a/v4.0/src/SELECT/INPUT.ASM b/v4.0/src/SELECT/INPUT.ASM index 59996a7..87eb0af 100644 --- a/v4.0/src/SELECT/INPUT.ASM +++ b/v4.0/src/SELECT/INPUT.ASM @@ -105,7 +105,7 @@ WR_ICB1 DW ICB_BEN+ICB_RTA+ICB_LFA+ICB_BKS ;AN000;option word one DW 0 ;AN000;offset of plus sign string DW 0 ;AN000;segment of plus sign string ; -WR_PATH_CHAR DB "'",',0-9,,a-z,,A-Z,,�-�, $!"#%&()-.@\`_{}~^,,,' ;AN000; +WR_PATH_CHAR DB "'",',0-9,,a-z,,A-Z,,€-þ, $!"#%&()-.@\`_{}~^,,,' ;AN000; WR_PATH_CHAR_LEN EQU ($-WR_PATH_CHAR) ;AN000; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; @@ -213,7 +213,7 @@ WR_ICB3 DW ICB_BEN+ICB_RTA+ICB_LFA+ICB_BKS ;AN000;option word one DW 0 ;AN000;segment of plus sign string ;;; ; -WR_APPEND_CHAR DB "'",',0-9,,a-z,,A-Z,,�-�, ;$!"#%&()-.:@\`_{}~^,,,' ;AN000; +WR_APPEND_CHAR DB "'",',0-9,,a-z,,A-Z,,€-þ, ;$!"#%&()-.:@\`_{}~^,,,' ;AN000; WR_APPEND_CHAR_LEN EQU ($-WR_APPEND_CHAR) ;AN000; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; @@ -321,7 +321,7 @@ WR_ICB5 DW ICB_BEN+ICB_RTA+ICB_LFA+ICB_BKS ;AN000;option word one DW 0 ;AN000;segment of plus sign string ;;;;;;;;;;;;; ; -WR_PROMPT_CHAR DB "'",',0-9,,a-z,,A-Z,,�-�,\/ $!"#%()*+-.;@`[]_{}~,,,' ;AN000; +WR_PROMPT_CHAR DB "'",',0-9,,a-z,,A-Z,,€-ÿ,\/ $!"#%()*+-.;@`[]_{}~,,,' ;AN000; WR_PROMPT_CHAR_LEN EQU ($-WR_PROMPT_CHAR) ;AN000; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; @@ -1728,7 +1728,7 @@ KD_PLUS DB 43,0 ;AN000;ASCII plus sign ; Define Buffers and Strings ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -WR_ALLOW_CHAR DB ', -�,' ;AN000; +WR_ALLOW_CHAR DB ', -þ,' ;AN000; WR_ALLOW_CHAR_LEN EQU ($-WR_ALLOW_CHAR) ;AN000; WR_ALLOW_NUM DB ' ,0-9,' ;AN000; WR_ALLOW_NUM_LEN EQU ($-WR_ALLOW_NUM) ;AN000; diff --git a/v4.0/src/SELECT/PANELS.ASM b/v4.0/src/SELECT/PANELS.ASM index 4dc5578..b933ea6 100644 --- a/v4.0/src/SELECT/PANELS.ASM +++ b/v4.0/src/SELECT/PANELS.ASM @@ -150,7 +150,7 @@ PCB1 LABEL WORD ;AN000; DW PANEL1_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -215,7 +215,7 @@ PCB2 LABEL WORD ;AN000; DW PANEL2_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -255,7 +255,7 @@ PCB3 LABEL WORD ;AN000; DW PANEL3_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -312,7 +312,7 @@ PCB4 LABEL WORD ;AN000; DW PANEL4_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -352,7 +352,7 @@ PCB5 LABEL WORD ;AN000; DW PANEL5_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -392,7 +392,7 @@ PCB6 LABEL WORD ;AN000; DW PANEL6_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -432,7 +432,7 @@ PCB7 LABEL WORD ;AN000; DW PANEL7_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -472,7 +472,7 @@ PCB8 LABEL WORD ;AN000; DW PANEL8_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -512,7 +512,7 @@ PCB9 LABEL WORD ;AN000; DW PANEL9_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -552,7 +552,7 @@ PCB10 LABEL WORD ;AN000; DW PANEL10_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -592,7 +592,7 @@ PCB11 LABEL WORD ;AN000; DW PANEL11_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -632,7 +632,7 @@ PCB12 LABEL WORD ;AN000; DW PANEL12_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -672,7 +672,7 @@ PCB13 LABEL WORD ;AN000; DW PANEL13_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -712,7 +712,7 @@ PCB14 LABEL WORD ;AN000; DW PANEL14_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -752,7 +752,7 @@ PCB15 LABEL WORD ;AN000; DW PANEL15_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -792,7 +792,7 @@ PCB16 LABEL WORD ;AN000; DW PANEL16_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -832,7 +832,7 @@ PCB17 LABEL WORD ;AN000; DW PANEL17_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_RED ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -872,7 +872,7 @@ PCB18 LABEL WORD ;AN000; DW PANEL18_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -912,7 +912,7 @@ PCB19 LABEL WORD ;AN000; DW PANEL19_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -952,7 +952,7 @@ PCB20 LABEL WORD ;AN000; DW PANEL20_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_RED ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -992,7 +992,7 @@ PCB21 LABEL WORD ;AN000; DW PANEL21_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -1032,7 +1032,7 @@ PCB22 LABEL WORD ;AN000; DW PANEL22_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -1072,7 +1072,7 @@ PCB23 LABEL WORD ;AN000; DW PANEL23_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -1112,7 +1112,7 @@ PCB24 LABEL WORD ;AN000; DW PANEL24_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -1152,7 +1152,7 @@ PCB25 LABEL WORD ;AN000; DW PANEL25_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -1192,7 +1192,7 @@ PCB26 LABEL WORD ;AN000; DW PANEL26_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -1232,7 +1232,7 @@ PCB27 LABEL WORD ;AN000; DW PANEL27_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -1272,7 +1272,7 @@ PCB28 LABEL WORD ;AN000; DW PANEL28_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -1312,7 +1312,7 @@ PCB29 LABEL WORD ;AN000; DW PANEL29_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -1352,7 +1352,7 @@ PCB30 LABEL WORD ;AN000; DW PANEL30_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -1410,7 +1410,7 @@ PCB31 LABEL WORD ;AN000; DW PANEL31_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -1450,7 +1450,7 @@ PCB32 LABEL WORD ;AN000; DW PANEL32_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -1491,7 +1491,7 @@ PCB33 LABEL WORD ;AN000; DW PANEL33_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_RED ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -1532,7 +1532,7 @@ PCB34 LABEL WORD ;AN000; DW PANEL34_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -1573,7 +1573,7 @@ PCB35 LABEL WORD ;AN000; DW PANEL35_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -1614,7 +1614,7 @@ PCB36 LABEL WORD ;AN000; DW PANEL36_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW BLACK_WHITE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -1680,7 +1680,7 @@ PCB37 LABEL WORD ;AN000; DW PANEL37_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -1721,7 +1721,7 @@ PCB38 LABEL WORD ;AN000; DW PANEL38_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -1762,7 +1762,7 @@ PCB39 LABEL WORD ;AN000; DW PANEL39_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -1803,7 +1803,7 @@ PCB40 LABEL WORD ;AN000; DW PANEL40_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -1843,7 +1843,7 @@ PCB41 LABEL WORD ;AN000; DW PANEL41_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -1883,7 +1883,7 @@ PCB42 LABEL WORD ;AN000; DW PANEL42_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -1923,7 +1923,7 @@ PCB43 LABEL WORD ;AN000; DW PANEL43_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -1963,7 +1963,7 @@ PCB44 LABEL WORD ;AN000; DW PANEL44_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -2003,7 +2003,7 @@ PCB45 LABEL WORD ;AN000; DW PANEL45_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -2043,7 +2043,7 @@ PCB46 LABEL WORD ;AN000; DW PANEL46_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -2083,7 +2083,7 @@ PCB47 LABEL WORD ;AN000; DW PANEL47_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -2123,7 +2123,7 @@ PCB48 LABEL WORD ;AN000; DW PANEL48_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -2163,7 +2163,7 @@ PCB49 LABEL WORD ;AN000; DW PANEL49_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -2203,7 +2203,7 @@ PCB50 LABEL WORD ;AN000; DW PANEL50_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -2243,7 +2243,7 @@ PCB51 LABEL WORD ;AN000; DW PANEL51_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -2283,7 +2283,7 @@ PCB52 LABEL WORD ;AN000; DW PANEL52_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -2323,7 +2323,7 @@ PCB53 LABEL WORD ;AN000; DW PANEL53_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -2363,7 +2363,7 @@ PCB54 LABEL WORD ;AN000; DW PANEL54_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_RED ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -2403,7 +2403,7 @@ PCB55 LABEL WORD ;AN000; DW PANEL55_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_RED ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -2443,7 +2443,7 @@ PCB56 LABEL WORD ;AN000; DW PANEL56_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_RED ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -2483,7 +2483,7 @@ PCB57 LABEL WORD ;AN000; DW PANEL57_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_RED ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -2523,7 +2523,7 @@ PCB58 LABEL WORD ;AN000; DW PANEL58_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -2563,7 +2563,7 @@ PCB59 LABEL WORD ;AN000; DW PANEL59_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -2603,7 +2603,7 @@ PCB60 LABEL WORD ;AN000; DW PANEL60_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -2643,7 +2643,7 @@ PCB61 LABEL WORD ;AN000; DW PANEL61_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -2683,7 +2683,7 @@ PCB62 LABEL WORD ;AN000; DW PANEL62_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_RED ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -2723,7 +2723,7 @@ PCB63 LABEL WORD ;AN000; DW PANEL63_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_RED ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -2763,7 +2763,7 @@ PCB64 LABEL WORD ;AN000; DW PANEL64_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_RED ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -2803,7 +2803,7 @@ PCB65 LABEL WORD ;AN000; DW PANEL65_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -2843,7 +2843,7 @@ PCB66 LABEL WORD ;AN000; DW PANEL66_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -2883,7 +2883,7 @@ PCB67 LABEL WORD ;AN000; DW PANEL67_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_RED ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -2940,7 +2940,7 @@ PCB68 LABEL WORD ;AN000; DW PANEL68_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_RED ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -2980,7 +2980,7 @@ PCB69 LABEL WORD ;AN000; DW PANEL69_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_RED ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -3020,7 +3020,7 @@ PCB70 LABEL WORD ;AN000; DW PANEL70_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -3060,7 +3060,7 @@ PCB71 LABEL WORD ;AN000; DW PANEL71_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -3100,7 +3100,7 @@ PCB72 LABEL WORD ;AN000; DW PANEL72_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -3140,7 +3140,7 @@ PCB73 LABEL WORD ;AN000; DW PANEL73_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -3180,7 +3180,7 @@ PCB74 LABEL WORD ;AN000; DW PANEL74_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -3220,7 +3220,7 @@ PCB75 LABEL WORD ;AN000; DW PANEL75_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -3260,7 +3260,7 @@ PCB76 LABEL WORD ;AN000; DW PANEL76_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -3300,7 +3300,7 @@ PCB77 LABEL WORD ;AN000; DW PANEL77_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -3340,7 +3340,7 @@ PCB78 LABEL WORD ;AN000; DW PANEL78_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -3380,7 +3380,7 @@ PCB79 LABEL WORD ;AN000; DW PANEL79_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -3420,7 +3420,7 @@ PCB80 LABEL WORD ;AN000; DW PANEL80_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -3460,7 +3460,7 @@ PCB81 LABEL WORD ;AN000; DW PANEL81_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -3500,7 +3500,7 @@ PCB82 LABEL WORD ;AN000; DW PANEL82_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -3540,7 +3540,7 @@ PCB83 LABEL WORD ;AN000; DW PANEL83_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -3580,7 +3580,7 @@ PCB84 LABEL WORD ;AN000; DW PANEL84_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -3620,7 +3620,7 @@ PCB85 LABEL WORD ;AN000; DW PANEL85_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -3660,7 +3660,7 @@ PCB86 LABEL WORD ;AN000; DW PANEL86_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -3700,7 +3700,7 @@ PCB87 LABEL WORD ;AN000; DW PANEL87_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -3740,7 +3740,7 @@ PCB88 LABEL WORD ;AN000; DW PANEL88_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -3780,7 +3780,7 @@ PCB89 LABEL WORD ;AN000; DW PANEL89_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -3820,7 +3820,7 @@ PCB90 LABEL WORD ;AN000; DW PANEL90_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -3860,7 +3860,7 @@ PCB91 LABEL WORD ;AN000; DW PANEL91_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -3900,7 +3900,7 @@ PCB92 LABEL WORD ;AN000; DW PANEL92_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -3940,7 +3940,7 @@ PCB93 LABEL WORD ;AN000; DW PANEL93_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -3980,7 +3980,7 @@ PCB94 LABEL WORD ;AN000; DW PANEL94_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -4020,7 +4020,7 @@ PCB95 LABEL WORD ;AN000; DW PANEL95_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -4060,7 +4060,7 @@ PCB96 LABEL WORD ;AN000; DW PANEL96_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -4100,7 +4100,7 @@ PCB97 LABEL WORD ;AN000; DW PANEL97_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_RED ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -4140,7 +4140,7 @@ PCB98 LABEL WORD ;AN000; DW PANEL98_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -4180,7 +4180,7 @@ PCB99 LABEL WORD ;AN000; DW PANEL99_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -4220,7 +4220,7 @@ PCB100 LABEL WORD ;AN000; DW PANEL100_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -4260,7 +4260,7 @@ PCB101 LABEL WORD ;AN000; DW PANEL101_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -4300,7 +4300,7 @@ PCB102 LABEL WORD ;AN000; DW PANEL102_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel @@ -4340,7 +4340,7 @@ PCB103 LABEL WORD ;AN000; DW PANEL103_W ;AN000;text char width of panel DW 0 ;AN000;Max poss panel sizing in text DW WHITE_BLUE ;AN000;Index number of log color - DB '�Ŀ�����' ;AN000;8 log border characters + DB 'ÚÄ¿³³ÀÄÙ' ;AN000;8 log border characters DW 0 ;AN000;Length compress panel in mem DW 0 ;AN000;Off addr compressed panel DW 0 ;AN000;Seg addr compressed panel diff --git a/v4.0/src/SELECT/ROUTINES.ASM b/v4.0/src/SELECT/ROUTINES.ASM index cd4fc0d..fa7f1c3 100644 --- a/v4.0/src/SELECT/ROUTINES.ASM +++ b/v4.0/src/SELECT/ROUTINES.ASM @@ -1074,7 +1074,7 @@ CHK_EX_MEM_ROUTINE PROC FAR ;AN000; .IF < AL eq 04 > or ;AN000; .IF < AL eq 05 > ;AN000; ;------------------------------------- - ; Search for XMA/A cards � + ; Search for XMA/A cards ³ ;------------------------------------- XOR CX,CX ;AN000;Check all slots starting at 0 @RH2 MOV BX,0 ;AN000;JW say not a model 80 @@ -1109,7 +1109,7 @@ CHK_EX_MEM_ROUTINE PROC FAR ;AN000; ; .ELSE ;AN000; AT or XT ;------------------------------------- - ; Search for XMA cards � + ; Search for XMA cards ³ ;------------------------------------- MOV DX,MODE_REG ;AN000;SAVE CONTENTS OF MODE REG IN AL,DX ;AN000; diff --git a/v4.0/src/SELECT/SCROLL.ASM b/v4.0/src/SELECT/SCROLL.ASM index 260d75a..261b92b 100644 --- a/v4.0/src/SELECT/SCROLL.ASM +++ b/v4.0/src/SELECT/SCROLL.ASM @@ -3311,7 +3311,7 @@ WR_UIINDLEN EQU ($-WR_UIIND) ;AN000; WR_DIIND DB 25 ;AN000;define down indicator buffer WR_DIINDLEN EQU ($-WR_DIIND) ;AN000; -WR_PIIND DB '�' ;AN000;selection pointer indicator buff +WR_PIIND DB 'þ' ;AN000;selection pointer indicator buff WR_PIINDLEN EQU ($-WR_PIIND) ;AN000; WR_AIIND DB '<' ;AN000;active string indicator buffer diff --git a/v4.0/src/SELECT/SELECT0.ASM b/v4.0/src/SELECT/SELECT0.ASM index f7198c4..0ae3473 100644 --- a/v4.0/src/SELECT/SELECT0.ASM +++ b/v4.0/src/SELECT/SELECT0.ASM @@ -14,12 +14,12 @@ SUBTTL select0.asm ;AN000; ; ; Panel flow is defined in the following files: ; -; � SELECT1.ASM -; � SELECT2.ASM -; � SELECT3.ASM -; � SELECT4.ASM -; � SELECT5.ASM -; � SELECT6.ASM +; þ SELECT1.ASM +; þ SELECT2.ASM +; þ SELECT3.ASM +; þ SELECT4.ASM +; þ SELECT5.ASM +; þ SELECT6.ASM ; ; CHANGE HISTORY: ; diff --git a/v4.0/src/SELECT/SELECT1.ASM b/v4.0/src/SELECT/SELECT1.ASM index 3770fd7..e4c5f5a 100644 --- a/v4.0/src/SELECT/SELECT1.ASM +++ b/v4.0/src/SELECT/SELECT1.ASM @@ -343,10 +343,10 @@ MEMORY_ALLOCATED: ;AN000; CALL CURSOROFF ;AN054; SEH moved from earlier in code ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; ������������������������������������Ŀ -; �WELCOME_SCREEN � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³WELCOME_SCREEN ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; The WELCOME screen is always presented. ; The screen does not have help, F3 function or input variables. @@ -386,10 +386,10 @@ WELCOME_SCREEN2: ;AN000; .ENDIF ;AN000; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; ������������������������������������Ŀ -; �INTRO_SCREEN � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³INTRO_SCREEN ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; The INTRODUCTION screen is always presented. ; The screen does not have help, F3 function or any variables. diff --git a/v4.0/src/SELECT/SELECT2.ASM b/v4.0/src/SELECT/SELECT2.ASM index d6dc952..d69267c 100644 --- a/v4.0/src/SELECT/SELECT2.ASM +++ b/v4.0/src/SELECT/SELECT2.ASM @@ -15,12 +15,12 @@ SUBTTL SELECT2.asm ;AN000; ; ; Panel flow is defined in the following files: ; -; � SELECT1.ASM -; � SELECT2.ASM -; � SELECT3.ASM -; � SELECT4.ASM -; � SELECT5.ASM -; � SELECT6.ASM +; þ SELECT1.ASM +; þ SELECT2.ASM +; þ SELECT3.ASM +; þ SELECT4.ASM +; þ SELECT5.ASM +; þ SELECT6.ASM ; ; ; Module contains code for : @@ -72,10 +72,10 @@ SELECT SEGMENT PARA PUBLIC 'SELECT' ;AN000; EXTRN GET_OVERLAY:NEAR ;AN000;DT ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; ������������������������������������Ŀ -; �WORKSPACE_SCREEN � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³WORKSPACE_SCREEN ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; The User Function and Memory Workspace Needs Screen is always presented. ; The screen allows the user to define the memory requirements for @@ -86,42 +86,42 @@ SELECT SEGMENT PARA PUBLIC 'SELECT' ;AN000; ; All values are re-initialized the second time round only if the new option ; is different from the previously selected option. ; -; �����������������������������������������������������������������Ŀ -; � � I_WORKSPACE=1 � I_WORKSPACE=2 � I_WORKSPACE=3 � -; �����������������������������������������������������������������Ĵ -; � P_BREAK � 'ON' � 'ON' � 'ON' � -; � P_BUFFERS � ' ' � '20' � '50,4' � -; � P_CPSW � 'OFF' � 'OFF' � 'OFF' � -; � F_CPSW � no � no � no � -; � P_FCBS � ' ' � ' ' � '20,8' � -; � P_FILES � '8' � '20' � '20' � -; � P_LASTDRIVE � 'E' � 'E' � 'E' � -; � P_STACKS � ' ' � ' ' � ' ' � -; � P_VERIFY � 'OFF' � 'OFF' � 'OFF' � -; � P_PROMPT � '$P$G' � '$P$G' � '$P$G' � -; � F_PROMPT � no � no � no � -; � P_PATH � ' ' � ' ' � ' ' � -; � F_PATH � no � no � no � -; � P_APPEND � ' ' � ' ' � ' ' � -; � F_APPEND � no � no � no � -; � P_ANSI � ' ' � ' ' � '/X' � -; � F_ANSI � no � yes � yes � -; � P_FASTOPEN � ' ' � 'C:=(50,25)' � 'C:=(100,200)'� -; � F_FASTOPEN � no � yes � yes � -; � F_GRAFTABL � no � no � no � -; � P_GRAPHICS � ' ' � ' ' � ' ' � -; � F_GRAPHICS � no � yes � yes � -; � P_SHARE � ' ' � ' ' � ' ' � -; � F_SHARE � no � no � no � -; � P_SHELL � '/R' � '/R' � '/R' � -; � F_SHELL � yes � yes � yes � -; � P_VDISK � ' ' � ' ' � ' ' � -; � F_VDISK � no � no � no � -; � P_XMAEM � ' ' � ' ' � ' ' � -; � DOS_LOC � 'DOS' � 'DOS' � 'DOS' � -; � F_XMA � yes � yes � yes � -; � P_XMA2EMS � 'FRAME=D000 P254=C800 P255=CC00' for all options� -; ������������������������������������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³ ³ I_WORKSPACE=1 ³ I_WORKSPACE=2 ³ I_WORKSPACE=3 ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ +; ³ P_BREAK ³ 'ON' ³ 'ON' ³ 'ON' ³ +; ³ P_BUFFERS ³ ' ' ³ '20' ³ '50,4' ³ +; ³ P_CPSW ³ 'OFF' ³ 'OFF' ³ 'OFF' ³ +; ³ F_CPSW ³ no ³ no ³ no ³ +; ³ P_FCBS ³ ' ' ³ ' ' ³ '20,8' ³ +; ³ P_FILES ³ '8' ³ '20' ³ '20' ³ +; ³ P_LASTDRIVE ³ 'E' ³ 'E' ³ 'E' ³ +; ³ P_STACKS ³ ' ' ³ ' ' ³ ' ' ³ +; ³ P_VERIFY ³ 'OFF' ³ 'OFF' ³ 'OFF' ³ +; ³ P_PROMPT ³ '$P$G' ³ '$P$G' ³ '$P$G' ³ +; ³ F_PROMPT ³ no ³ no ³ no ³ +; ³ P_PATH ³ ' ' ³ ' ' ³ ' ' ³ +; ³ F_PATH ³ no ³ no ³ no ³ +; ³ P_APPEND ³ ' ' ³ ' ' ³ ' ' ³ +; ³ F_APPEND ³ no ³ no ³ no ³ +; ³ P_ANSI ³ ' ' ³ ' ' ³ '/X' ³ +; ³ F_ANSI ³ no ³ yes ³ yes ³ +; ³ P_FASTOPEN ³ ' ' ³ 'C:=(50,25)' ³ 'C:=(100,200)'³ +; ³ F_FASTOPEN ³ no ³ yes ³ yes ³ +; ³ F_GRAFTABL ³ no ³ no ³ no ³ +; ³ P_GRAPHICS ³ ' ' ³ ' ' ³ ' ' ³ +; ³ F_GRAPHICS ³ no ³ yes ³ yes ³ +; ³ P_SHARE ³ ' ' ³ ' ' ³ ' ' ³ +; ³ F_SHARE ³ no ³ no ³ no ³ +; ³ P_SHELL ³ '/R' ³ '/R' ³ '/R' ³ +; ³ F_SHELL ³ yes ³ yes ³ yes ³ +; ³ P_VDISK ³ ' ' ³ ' ' ³ ' ' ³ +; ³ F_VDISK ³ no ³ no ³ no ³ +; ³ P_XMAEM ³ ' ' ³ ' ' ³ ' ' ³ +; ³ DOS_LOC ³ 'DOS' ³ 'DOS' ³ 'DOS' ³ +; ³ F_XMA ³ yes ³ yes ³ yes ³ +; ³ P_XMA2EMS ³ 'FRAME=D000 P254=C800 P255=CC00' for all options³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; WORKSPACE_SCREEN: ;AN000; INIT_PQUEUE PAN_WORKSPACE ;AN000; initialize queue @@ -162,10 +162,10 @@ WORKSPACE_SCREEN: ;AN000; .ENDIF ;AN000; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; ������������������������������������Ŀ -; �CTY_KYBD_SCREEN � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³CTY_KYBD_SCREEN ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; The COUNTRY and KEYBOARD support screen is always presented. ; The screen allows the user to choose the pre-defined country and @@ -235,10 +235,10 @@ CTY_KYBD_SCREEN: ;AN000; .ENDIF ;AN000; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; ������������������������������������Ŀ -; �COUNTRY_SCREEN � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³COUNTRY_SCREEN ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; The COUNTRY CODE screen is presented if the user selected to define ; country specific support (CTY_KYBD_SCREEN). @@ -328,10 +328,10 @@ COUNTRY_SCREEN: ;AN000; .ENDIF ;AN000; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; ������������������������������������Ŀ -; �KEYBOARD_SCREEN � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³KEYBOARD_SCREEN ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; The KEYBOARD CODE screen is presented if the user had selected to ; define country specific support and the country code selected has a valid ; keyboard code association. @@ -405,10 +405,10 @@ KEYBOARD_SCREEN: ;AN000; .ENDIF ;AN000; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; ������������������������������������Ŀ -; �ALT_KYB_SCREEN � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³ALT_KYB_SCREEN ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; The ALTERNATE KEYBOARD CODE screen is presented if the selected keyboard ; has different keyboard layouts. @@ -472,13 +472,13 @@ ALT_KYB_SCREEN: ;AN000; .ENDIF ;AN000; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; � � � � � � � � � � � � � � � � � � � -; � LOAD_KEYBOARD � +; þ þ þ þ þ þ þ þ þ þ þ þ þ þ þ þ þ þ þ +; ³ LOAD_KEYBOARD ³ ; -; � This will execute the keyboard � +; ³ This will execute the keyboard ³ ; program to load the requested -; � keyboard routine. � -; � � � � � � � � � � � � � � � � � � � +; ³ keyboard routine. ³ +; þ þ þ þ þ þ þ þ þ þ þ þ þ þ þ þ þ þ þ ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; LOAD_KEYBOARD: ;AN000; @@ -540,10 +540,10 @@ LOAD_KEYBOARD: ;AN000; ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; ������������������������������������Ŀ -; �DEST_DRIVE_SCREEN � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³DEST_DRIVE_SCREEN ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; The DESTINATION DRIVE screen is presented when there is an option for ; the destination drive. Possible options are: diff --git a/v4.0/src/SELECT/SELECT2A.ASM b/v4.0/src/SELECT/SELECT2A.ASM index f253a3f..7c73d32 100644 --- a/v4.0/src/SELECT/SELECT2A.ASM +++ b/v4.0/src/SELECT/SELECT2A.ASM @@ -15,12 +15,12 @@ SUBTTL SELECT2A.asm ;AN000; ; ; Panel flow is defined in the following files: ; -; � SELECT1.ASM -; � SELECT2.ASM -; � SELECT3.ASM -; � SELECT4.ASM -; � SELECT5.ASM -; � SELECT6.ASM +; þ SELECT1.ASM +; þ SELECT2.ASM +; þ SELECT3.ASM +; þ SELECT4.ASM +; þ SELECT5.ASM +; þ SELECT6.ASM ; ; CHANGE HISTORY: ; @@ -67,10 +67,10 @@ SELECT SEGMENT PARA PUBLIC 'SELECT' ;AN000; EXTRN choose_shell_screen:NEAR ;mrw0 ;AC020;SEH ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; ������������������������������������Ŀ -; �DOS_LOC_SCREEN � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³DOS_LOC_SCREEN ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; The DOS LOCATION screen is presented only if DOS is to be installed ; on drive C:. @@ -163,10 +163,10 @@ GET_DOS_LOCATION: ;AN000; PUSH_HEADING DOS_LOC_SCREEN ;AC051;SEH ;AN000; save screen address on SELECT STACK ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; ������������������������������������Ŀ -; �PRINTER_SCREEN � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³PRINTER_SCREEN ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; The PRINTER SCREEN is always presented. ; The screen allows the user to indicate the number of printers attached. @@ -200,10 +200,10 @@ PRINTER_SCREEN: ;AN000; .ENDIF ;AN000; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; ������������������������������������Ŀ -; �PRINTER_TYPE_SCREEN � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³PRINTER_TYPE_SCREEN ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; Get type of printer ; diff --git a/v4.0/src/SELECT/SELECT3.ASM b/v4.0/src/SELECT/SELECT3.ASM index 64c46c5..cf6a4d1 100644 --- a/v4.0/src/SELECT/SELECT3.ASM +++ b/v4.0/src/SELECT/SELECT3.ASM @@ -15,12 +15,12 @@ SUBTTL SELECT3.asm ;AN000; ; ; Panel flow is defined in the following files: ; -; � SELECT1.ASM -; � SELECT2.ASM -; � SELECT3.ASM -; � SELECT4.ASM -; � SELECT5.ASM -; � SELECT6.ASM +; þ SELECT1.ASM +; þ SELECT2.ASM +; þ SELECT3.ASM +; þ SELECT4.ASM +; þ SELECT5.ASM +; þ SELECT6.ASM ; ; ; The following screens are contained in this module: @@ -74,10 +74,10 @@ SELECT SEGMENT PARA PUBLIC 'SELECT' ;AN000; PUBLIC choose_shell_screen ;AC020; SEH ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; ������������������������������������Ŀ -; �choose_shell_screen � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³choose_shell_screen ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; The CHOOSE SHELL SCREEN is always presented. ; This screen allows the user to decide whether or not the DOS @@ -108,10 +108,10 @@ IFNDEF NOSHELL ENDIF ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; ������������������������������������Ŀ -; �REVIEW_SELECTION_SCREEN � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³REVIEW_SELECTION_SCREEN ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; The REVIEW SELECTION SCREEN is always presented. ; The screen asks the user if SELECT generated choices are to be presented. @@ -136,10 +136,10 @@ REVIEW_SELECTION_SCREEN: ;AN000; .ENDIF ;AN000; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; ������������������������������������Ŀ -; �REVIEW_DISK_SCREEN � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³REVIEW_DISK_SCREEN ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; The REVIEW SELECT DOS FUNCTIONS SELECTION SCREEN is presented if ; the user selected to view/change the selections generated by @@ -229,10 +229,10 @@ REVIEW_DISK_SCREEN: ;AN000; .ENDIF ;AN000; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; ������������������������������������Ŀ -; �REVIEW_DISKETTE_SCREEN � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³REVIEW_DISKETTE_SCREEN ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; The REVIEW SELECT DOS FUNCTIONS SELECTION SCREEN is presented if ; the user selected to view/change the selections generated by diff --git a/v4.0/src/SELECT/SELECT4.ASM b/v4.0/src/SELECT/SELECT4.ASM index bd56ddd..1694897 100644 --- a/v4.0/src/SELECT/SELECT4.ASM +++ b/v4.0/src/SELECT/SELECT4.ASM @@ -15,12 +15,12 @@ SUBTTL SELECT4.asm ;AN000; ; ; Panel flow is defined in the following files: ; -; � SELECT1.ASM -; � SELECT2.ASM -; � SELECT3.ASM -; � SELECT4.ASM -; � SELECT5.ASM -; � SELECT6.ASM +; þ SELECT1.ASM +; þ SELECT2.ASM +; þ SELECT3.ASM +; þ SELECT4.ASM +; þ SELECT5.ASM +; þ SELECT6.ASM ; ; ; @@ -74,10 +74,10 @@ ICB_OUT EQU 0000000100000000B ;AN000;display default and accept input EXTRN EXIT_DOS:NEAR ;AN000; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; ������������������������������������Ŀ -; �DOS_PARAMETERS_SCREENS � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³DOS_PARAMETERS_SCREENS ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; The DOS PARAMETERS SCREEN is presented if the user selected to ; view/change the selections generated by SELECT ( F_REVIEW = 2 ). @@ -183,10 +183,10 @@ GET_PARAMETERS: ;AN000; GOTO SHELL_SCREEN ;AN000; goto the next screen (SHELL) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; ������������������������������������Ŀ -; �SHELL_SCREEN � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³SHELL_SCREEN ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; The SHELL PARAMETERS SCREEN is presented if the user selected to ; install SHELL support and the user wants to view/change parameters. @@ -220,10 +220,10 @@ SHELL_SCREEN: ;AN000; .ENDIF ;AN000; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; ������������������������������������Ŀ -; �FASTOPEN_SCREEN � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³FASTOPEN_SCREEN ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; The FASTOPEN PARAMETERS SCREEN is presented if the user selected to ; install FASTOPEN support and the user wants to view/change the parameters. @@ -258,10 +258,10 @@ FASTOPEN_SCREEN: ;AN000; .ENDIF ;AN000; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; ������������������������������������Ŀ -; �SHARE_SCREEN � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³SHARE_SCREEN ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; The SHARE PARAMETERS SCREEN is presented if the user selected to ; install SHARE support and the user wants to view/change parameters. @@ -297,10 +297,10 @@ SHARE_SCREEN: ;AN000; .ENDIF ;AN000; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; ������������������������������������Ŀ -; �GRAPHICS_SCREEN � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³GRAPHICS_SCREEN ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; The GRAPHICS PARAMETERS SCREEN is presented if the user selected to ; install GRAPHICS support and the user wants to view/change parameters. @@ -340,10 +340,10 @@ GRAPHICS_SCREEN: ;AN000; .ENDIF ;AN000; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; ������������������������������������Ŀ -; �EXP_MEMORY_SCREEN � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³EXP_MEMORY_SCREEN ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; The EXPANDED MEMORY PARAMETERS SCREEN is presented if the user selected to ; install expanded memory support and the user wants to view/change parameters. diff --git a/v4.0/src/SELECT/SELECT5.ASM b/v4.0/src/SELECT/SELECT5.ASM index 68920be..c652893 100644 --- a/v4.0/src/SELECT/SELECT5.ASM +++ b/v4.0/src/SELECT/SELECT5.ASM @@ -15,12 +15,12 @@ SUBTTL SELECT5.asm ;AN000; ; ; Panel flow is defined in the following files: ; -; � SELECT1.ASM -; � SELECT2.ASM -; � SELECT3.ASM -; � SELECT4.ASM -; � SELECT5.ASM -; � SELECT6.ASM +; þ SELECT1.ASM +; þ SELECT2.ASM +; þ SELECT3.ASM +; þ SELECT4.ASM +; þ SELECT5.ASM +; þ SELECT6.ASM ; ; Module contains code for : ; - VDISK screen @@ -87,10 +87,10 @@ SELECT SEGMENT PARA PUBLIC 'SELECT' ;AN000;segment fo EXTRN EXIT_SELECT:NEAR ;AN000; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; ������������������������������������Ŀ -; �VDISK_SCREEN � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³VDISK_SCREEN ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; The VDISK PARAMETERS SCREEN is presented if the user selected to ; install virtual disk support and the user wants to view/change parameters. @@ -122,10 +122,10 @@ VDISK_SCREEN: ;AN000; .ENDIF ;AN000; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; ������������������������������������Ŀ -; �CONFIG_SYS_SCREEN � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³CONFIG_SYS_SCREEN ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; The CONFIG.SYS PARAMETERS SCREEN is presented if the user selected to ; view/change SELECT generated commands ( F_REVIEW = 2 ). @@ -222,10 +222,10 @@ CONFIG_SYS_SCREEN: ;AN000; .ENDIF ;AN000; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; ������������������������������������Ŀ -; �FIRST_DISK_SCREEN � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³FIRST_DISK_SCREEN ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; The PARTITION FIXED DISK SCREEN is presented if the first fixed drive ; exists and is completely unused. @@ -251,11 +251,11 @@ FIRST_DISK_SCREEN: ;AN000; .ENDIF ;AN000; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; ������������������������������������Ŀ -; �MAKE_BACKUP_DISKETTE � -; � � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³MAKE_BACKUP_DISKETTE ³ +; ³ ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; WE NEED TO MAKE A DUPLICATE OF THE SELECT/SHELL DISKETTE ; FOR R/W PURPOSES! @@ -323,8 +323,8 @@ MAKE_BACKUP_DISKETTE: ;AN000; OR SEL_FLG,INSTALLRW ;AN000; indicate INSTALL diskette is R/W ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -; � Create the CONFIG.340, AUTOEXEC.340, and SHELL.BAT on the � -; � INSTALL COPY diskette in drive A: � +; ³ Create the CONFIG.340, AUTOEXEC.340, and SHELL.BAT on the ³ +; ³ INSTALL COPY diskette in drive A: ³ ; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; CREATE_CONFIG S_CONFIG_NEW, N_RETCODE ;AN000; @@ -345,11 +345,11 @@ MAKE_BACKUP_DISKETTE: ;AN000; .ENDIF ;AN000;DT ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -; ������������������������������������Ŀ -; �DISK_PARTITION_OPTION � -; � � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³DISK_PARTITION_OPTION ³ +; ³ ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; If the first fixed disk is not new (existing partition) ; goto different screen. Else present screen with partition @@ -479,11 +479,11 @@ FDISK_ERROR: ;AN000; GOTO INSTALL_ERROR ;AN000; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; ������������������������������������Ŀ -; �BOTH_DISK_SCREEN � -; � � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³BOTH_DISK_SCREEN ³ +; ³ ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; Ask user if they want to change the existing partition ; layout or leave it the same (for both disks if 2nd exists). diff --git a/v4.0/src/SELECT/SELECT5A.ASM b/v4.0/src/SELECT/SELECT5A.ASM index 1a7d29e..a735e0b 100644 --- a/v4.0/src/SELECT/SELECT5A.ASM +++ b/v4.0/src/SELECT/SELECT5A.ASM @@ -15,12 +15,12 @@ SUBTTL SELECT5A.asm ;AN000; ; ; Panel flow is defined in the following files: ; -; � SELECT1.ASM -; � SELECT2.ASM -; � SELECT3.ASM -; � SELECT4.ASM -; � SELECT5.ASM -; � SELECT6.ASM +; þ SELECT1.ASM +; þ SELECT2.ASM +; þ SELECT3.ASM +; þ SELECT4.ASM +; þ SELECT5.ASM +; þ SELECT6.ASM ; ; Module contains code for : ; - Date/Time screen @@ -64,10 +64,10 @@ SELECT SEGMENT PARA PUBLIC 'SELECT' ;AN000;segment fo EXTRN EXIT_SELECT:NEAR ;AN000; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; -; ������������������������������������Ŀ -; �DATE_TIME_SCREEN � -; � � -; �������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³DATE_TIME_SCREEN ³ +; ³ ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; The INSTALL DATE and TIME SCREEN is presented if the active date is 1/1/80. ; If the user is installing to drive C: , this is the first screen presented diff --git a/v4.0/src/SELECT/SELECT6.ASM b/v4.0/src/SELECT/SELECT6.ASM index 863aecc..79ae075 100644 --- a/v4.0/src/SELECT/SELECT6.ASM +++ b/v4.0/src/SELECT/SELECT6.ASM @@ -15,7 +15,7 @@ SUBTTL SELECT6.asm ;AN000; ; ; Panel flow is defined in the following files: ; -; � SELECT1.ASM +; þ SELECT1.ASM ; ;AN000; SELECT2.ASM ; ;AN000; SELECT3.ASM ; ;AN000; SELECT4.ASM diff --git a/v4.0/src/SELECT/SELECT7.ASM b/v4.0/src/SELECT/SELECT7.ASM index 5882cd0..be7b2bd 100644 --- a/v4.0/src/SELECT/SELECT7.ASM +++ b/v4.0/src/SELECT/SELECT7.ASM @@ -15,7 +15,7 @@ SUBTTL SELECT7.asm ;AN000; ; ; Panel flow is defined in the following files: ; -; � SELECT1.ASM +; þ SELECT1.ASM ; ;AN000; SELECT2.ASM ; ;AN000; SELECT3.ASM ; ;AN000; SELECT4.ASM diff --git a/v4.0/src/SELECT/SELECT9.ASM b/v4.0/src/SELECT/SELECT9.ASM index e294c6c..8df2361 100644 --- a/v4.0/src/SELECT/SELECT9.ASM +++ b/v4.0/src/SELECT/SELECT9.ASM @@ -15,12 +15,12 @@ SUBTTL SELECT9.asm ; ; Panel flow is defined in the following files: ; -; � SELECT1.ASM -; � SELECT2.ASM -; � SELECT3.ASM -; � SELECT4.ASM -; � SELECT5.ASM -; � SELECT6.ASM +; þ SELECT1.ASM +; þ SELECT2.ASM +; þ SELECT3.ASM +; þ SELECT4.ASM +; þ SELECT5.ASM +; þ SELECT6.ASM ; ; ; Module contains code for : diff --git a/v4.0/src/SELECT/USA.INF b/v4.0/src/SELECT/USA.INF index f98c4eb..be27619 100644 --- a/v4.0/src/SELECT/USA.INF +++ b/v4.0/src/SELECT/USA.INF @@ -22,52 +22,52 @@ IF SCROLL ;A000; ; ; ; The quotation marks have to left-right justified -; ���������������������������������������������Ŀ -; � The quotation marks (') tell SELECT where � -; � to start wrapping the text onto the next � -; � line. The assembler line immediately after � -; � the first text line automatically calculates� -; � the length of this field. The right border � -; � of the text can be adjusted freely - a ruler� -; � is drawn for each entry to help in centering� -; � text. � -; ����������������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³ The quotation marks (') tell SELECT where ³ +; ³ to start wrapping the text onto the next ³ +; ³ line. The assembler line immediately after ³ +; ³ the first text line automatically calculates³ +; ³ the length of this field. The right border ³ +; ³ of the text can be adjusted freely - a ruler³ +; ³ is drawn for each entry to help in centering³ +; ³ text. ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; The '[' and ']' input field markers cannot be moved -; ���������������������������������������������Ŀ -; � These characters must remain in the same � -; � position. They define the boundries of � -; � input fields. � -; ����������������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³ These characters must remain in the same ³ +; ³ position. They define the boundries of ³ +; ³ input fields. ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; The panel will be centered in an 80 column screen -; ���������������������������������������������Ŀ -; � This panel will be centered on the screen � -; � when it is displayed. Please translate � -; � accordingly. � -; ����������������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³ This panel will be centered on the screen ³ +; ³ when it is displayed. Please translate ³ +; ³ accordingly. ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; The number of lines for the entry MUST be maintained -; ���������������������������������������������Ŀ -; � The number of lines (from top to bottom) � -; � must not change. Translated text must � -; � conform to the existing number of lines. � -; ����������������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³ The number of lines (from top to bottom) ³ +; ³ must not change. Translated text must ³ +; ³ conform to the existing number of lines. ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; The width of the entry must not exceed the RULER provided. -; ���������������������������������������������Ŀ -; � Translated text should remain the same � -; � width (do not exceed the ruler). Otherwise � -; � the text will not fit within the panel. � -; ����������������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³ Translated text should remain the same ³ +; ³ width (do not exceed the ruler). Otherwise ³ +; ³ the text will not fit within the panel. ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ; DO NOT TRANSLATE OR CHANGE!!!! -; ���������������������������������������������Ŀ -; � The information contained in the quotations � -; � should NEVER be changed. These fields are � -; � established for the size of the help text � -; � or error panels. � -; ����������������������������������������������� +; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +; ³ The information contained in the quotations ³ +; ³ should NEVER be changed. These fields are ³ +; ³ established for the size of the help text ³ +; ³ or error panels. ³ +; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; @@ -1276,20 +1276,20 @@ PANEL35_L EQU ($-PANEL35)/PANEL35_W ;AN028; ; |---------1---------2---------3---------4---------5----| PANEL36 LABEL BYTE ;AN000; - DB '������������������������������������������������������Ŀ';AN000; + DB 'ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿';AN000; PANEL36_W EQU ($-PANEL36) ;AN000; - DB '� �';AN000; - DB '� �';AN000; - DB '� �';AN000; - DB '� �';AN000; - DB '� �';AN000; - DB '� �';AN000; - DB '� �';AN000; - DB '� �';AN000; - DB '� �';AN000; - DB '������������������������������������������������������Ĵ';AN000; - DB '� �';AN000; - DB '��������������������������������������������������������';AN000; + DB '³ ³';AN000; + DB '³ ³';AN000; + DB '³ ³';AN000; + DB '³ ³';AN000; + DB '³ ³';AN000; + DB '³ ³';AN000; + DB '³ ³';AN000; + DB '³ ³';AN000; + DB '³ ³';AN000; + DB 'ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´';AN000; + DB '³ ³';AN000; + DB 'ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ';AN000; PANEL36_L EQU ($-PANEL36)/PANEL36_W ;AN000; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -1301,7 +1301,7 @@ PANEL36_L EQU ($-PANEL36)/PANEL36_W ;AN000; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; PANEL37 LABEL BYTE ;AN000; - DB '��������������������������������������������������������������������������������';AN000; + DB 'ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ';AN000; PANEL37_W EQU ($-PANEL37) ;AN000; PANEL37_L EQU ($-PANEL37)/PANEL37_W ;AN000; @@ -1316,7 +1316,7 @@ PANEL37_L EQU ($-PANEL37)/PANEL37_W ;AN000; ; |---------1---------2---------3---------4---------5---------6---------7---------8 PANEL38 LABEL BYTE ;AN000; - DB 'Press Enter (��) to continue or Esc to Cancel' ;AN000; + DB 'Press Enter (ÄÙ) to continue or Esc to Cancel' ;AN000; PANEL38_W EQU ($-PANEL38) ;AN000; PANEL38_L EQU ($-PANEL38)/PANEL38_W ;AN000; @@ -1774,16 +1774,16 @@ PANEL66_L EQU ($-PANEL66)/PANEL66_W ;AN000; ; |---------1---------2---------3---------4---------5-| PANEL67 LABEL BYTE ;AN000; - DB '���������������������������������������������������Ŀ';AN000; + DB 'ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿';AN000; PANEL67_W EQU ($-PANEL67) ;AN000; - DB '� �';AN000; - DB '� �';AN000; - DB '� �';AN000; - DB '� �';AN000; - DB '� �';AN000; - DB '���������������������������������������������������Ĵ';AN000; - DB '� �';AN000; - DB '�����������������������������������������������������';AN000; + DB '³ ³';AN000; + DB '³ ³';AN000; + DB '³ ³';AN000; + DB '³ ³';AN000; + DB '³ ³';AN000; + DB 'ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´';AN000; + DB '³ ³';AN000; + DB 'ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ';AN000; PANEL67_L EQU ($-PANEL67)/PANEL67_W ;AN000; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -- 2.55.0