Skip to content

Commit 06db81c

Browse files
committed
replace EF BF BD EF BF BD with # - from FreeDOS
1 parent 7eaf4d1 commit 06db81c

File tree

3 files changed

+132
-132
lines changed

3 files changed

+132
-132
lines changed

mapper/getmsg.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ dosgetmessage endp
470470

471471
page
472472

473-
;������������������������������������������������������������������
473+
;##################################################################
474474

475475
Tens dd 10000000
476476
dd 1000000

select/select2.asm

Lines changed: 71 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ SUBTTL SELECT2.asm ;AN000;
1515
;
1616
; Panel flow is defined in the following files:
1717
;
18-
; SELECT1.ASM
19-
; SELECT2.ASM
20-
; SELECT3.ASM
21-
; SELECT4.ASM
22-
; SELECT5.ASM
23-
; SELECT6.ASM
18+
; # SELECT1.ASM
19+
; # SELECT2.ASM
20+
; # SELECT3.ASM
21+
; # SELECT4.ASM
22+
; # SELECT5.ASM
23+
; # SELECT6.ASM
2424
;
2525
;
2626
; Module contains code for :
@@ -72,10 +72,10 @@ SELECT SEGMENT PARA PUBLIC 'SELECT' ;AN000;
7272
EXTRN GET_OVERLAY:NEAR ;AN000;DT
7373
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7474
;
75-
; ������������������������������������Ŀ
76-
; WORKSPACE_SCREEN
77-
;
78-
; ��������������������������������������
75+
; #####################################
76+
; #WORKSPACE_SCREEN #
77+
; # #
78+
; ######################################
7979
;
8080
; The User Function and Memory Workspace Needs Screen is always presented.
8181
; The screen allows the user to define the memory requirements for
@@ -86,42 +86,42 @@ SELECT SEGMENT PARA PUBLIC 'SELECT' ;AN000;
8686
; All values are re-initialized the second time round only if the new option
8787
; is different from the previously selected option.
8888
;
89-
; �����������������������������������������������������������������Ŀ
90-
; I_WORKSPACE=1 I_WORKSPACE=2 I_WORKSPACE=3
91-
; �����������������������������������������������������������������Ĵ
92-
; P_BREAK 'ON' 'ON' 'ON'
93-
; P_BUFFERS ' ' '20' '50,4'
94-
; P_CPSW 'OFF' 'OFF' 'OFF'
95-
; F_CPSW no no no
96-
; P_FCBS ' ' ' ' '20,8'
97-
; P_FILES '8' '20' '20'
98-
; P_LASTDRIVE 'E' 'E' 'E'
99-
; P_STACKS ' ' ' ' ' '
100-
; P_VERIFY 'OFF' 'OFF' 'OFF'
101-
; P_PROMPT '$P$G' '$P$G' '$P$G'
102-
; F_PROMPT no no no
103-
; P_PATH ' ' ' ' ' '
104-
; F_PATH no no no
105-
; P_APPEND ' ' ' ' ' '
106-
; F_APPEND no no no
107-
; P_ANSI ' ' ' ' '/X'
108-
; F_ANSI no yes yes
109-
; P_FASTOPEN ' ' 'C:=(50,25)' 'C:=(100,200)'
110-
; F_FASTOPEN no yes yes
111-
; F_GRAFTABL no no no
112-
; P_GRAPHICS ' ' ' ' ' '
113-
; F_GRAPHICS no yes yes
114-
; P_SHARE ' ' ' ' ' '
115-
; F_SHARE no no no
116-
; P_SHELL '/R' '/R' '/R'
117-
; F_SHELL yes yes yes
118-
; P_VDISK ' ' ' ' ' '
119-
; F_VDISK no no no
120-
; P_XMAEM ' ' ' ' ' '
121-
; DOS_LOC 'DOS' 'DOS' 'DOS'
122-
; F_XMA yes yes yes
123-
; P_XMA2EMS 'FRAME=D000 P254=C800 P255=CC00' for all options
124-
; �������������������������������������������������������������������
89+
; ##################################################################
90+
; # # I_WORKSPACE=1 # I_WORKSPACE=2 # I_WORKSPACE=3 #
91+
; ##################################################################
92+
; # P_BREAK # 'ON' # 'ON' # 'ON' #
93+
; # P_BUFFERS # ' ' # '20' # '50,4' #
94+
; # P_CPSW # 'OFF' # 'OFF' # 'OFF' #
95+
; # F_CPSW # no # no # no #
96+
; # P_FCBS # ' ' # ' ' # '20,8' #
97+
; # P_FILES # '8' # '20' # '20' #
98+
; # P_LASTDRIVE # 'E' # 'E' # 'E' #
99+
; # P_STACKS # ' ' # ' ' # ' ' #
100+
; # P_VERIFY # 'OFF' # 'OFF' # 'OFF' #
101+
; # P_PROMPT # '$P$G' # '$P$G' # '$P$G' #
102+
; # F_PROMPT # no # no # no #
103+
; # P_PATH # ' ' # ' ' # ' ' #
104+
; # F_PATH # no # no # no #
105+
; # P_APPEND # ' ' # ' ' # ' ' #
106+
; # F_APPEND # no # no # no #
107+
; # P_ANSI # ' ' # ' ' # '/X' #
108+
; # F_ANSI # no # yes # yes #
109+
; # P_FASTOPEN # ' ' # 'C:=(50,25)' # 'C:=(100,200)'#
110+
; # F_FASTOPEN # no # yes # yes #
111+
; # F_GRAFTABL # no # no # no #
112+
; # P_GRAPHICS # ' ' # ' ' # ' ' #
113+
; # F_GRAPHICS # no # yes # yes #
114+
; # P_SHARE # ' ' # ' ' # ' ' #
115+
; # F_SHARE # no # no # no #
116+
; # P_SHELL # '/R' # '/R' # '/R' #
117+
; # F_SHELL # yes # yes # yes #
118+
; # P_VDISK # ' ' # ' ' # ' ' #
119+
; # F_VDISK # no # no # no #
120+
; # P_XMAEM # ' ' # ' ' # ' ' #
121+
; # DOS_LOC # 'DOS' # 'DOS' # 'DOS' #
122+
; # F_XMA # yes # yes # yes #
123+
; # P_XMA2EMS # 'FRAME=D000 P254=C800 P255=CC00' for all options#
124+
; ###################################################################
125125
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
126126
WORKSPACE_SCREEN: ;AN000;
127127
INIT_PQUEUE PAN_WORKSPACE ;AN000; initialize queue
@@ -162,10 +162,10 @@ WORKSPACE_SCREEN: ;AN000;
162162
.ENDIF ;AN000;
163163
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
164164
;
165-
; ������������������������������������Ŀ
166-
; CTY_KYBD_SCREEN
167-
;
168-
; ��������������������������������������
165+
; #####################################
166+
; #CTY_KYBD_SCREEN #
167+
; # #
168+
; ######################################
169169
;
170170
; The COUNTRY and KEYBOARD support screen is always presented.
171171
; The screen allows the user to choose the pre-defined country and
@@ -235,10 +235,10 @@ CTY_KYBD_SCREEN: ;AN000;
235235
.ENDIF ;AN000;
236236
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
237237
;
238-
; ������������������������������������Ŀ
239-
; COUNTRY_SCREEN
240-
;
241-
; ��������������������������������������
238+
; #####################################
239+
; #COUNTRY_SCREEN #
240+
; # #
241+
; ######################################
242242
;
243243
; The COUNTRY CODE screen is presented if the user selected to define
244244
; country specific support (CTY_KYBD_SCREEN).
@@ -328,10 +328,10 @@ COUNTRY_SCREEN: ;AN000;
328328
.ENDIF ;AN000;
329329
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
330330
;
331-
; ������������������������������������Ŀ
332-
; KEYBOARD_SCREEN
333-
;
334-
; ��������������������������������������
331+
; #####################################
332+
; #KEYBOARD_SCREEN #
333+
; # #
334+
; ######################################
335335
; The KEYBOARD CODE screen is presented if the user had selected to
336336
; define country specific support and the country code selected has a valid
337337
; keyboard code association.
@@ -405,10 +405,10 @@ KEYBOARD_SCREEN: ;AN000;
405405
.ENDIF ;AN000;
406406
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
407407
;
408-
; ������������������������������������Ŀ
409-
; ALT_KYB_SCREEN
410-
;
411-
; ��������������������������������������
408+
; #####################################
409+
; #ALT_KYB_SCREEN #
410+
; # #
411+
; ######################################
412412
;
413413
; The ALTERNATE KEYBOARD CODE screen is presented if the selected keyboard
414414
; has different keyboard layouts.
@@ -472,13 +472,13 @@ ALT_KYB_SCREEN: ;AN000;
472472
.ENDIF ;AN000;
473473
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
474474
;
475-
; � � � � � � � � � � � � � � � � � � �
476-
; LOAD_KEYBOARD
475+
; # # # # # # # # # # # # # # # # # # #
476+
; # LOAD_KEYBOARD #
477477
;
478-
; This will execute the keyboard
478+
; # This will execute the keyboard #
479479
; program to load the requested
480-
; keyboard routine.
481-
; � � � � � � � � � � � � � � � � � � �
480+
; # keyboard routine. #
481+
; # # # # # # # # # # # # # # # # # # #
482482
;
483483
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
484484
LOAD_KEYBOARD: ;AN000;
@@ -540,10 +540,10 @@ LOAD_KEYBOARD: ;AN000;
540540
;
541541
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
542542
;
543-
; ������������������������������������Ŀ
544-
; DEST_DRIVE_SCREEN
545-
;
546-
; ��������������������������������������
543+
; #####################################
544+
; #DEST_DRIVE_SCREEN #
545+
; # #
546+
; ######################################
547547
;
548548
; The DESTINATION DRIVE screen is presented when there is an option for
549549
; the destination drive. Possible options are:

0 commit comments

Comments
 (0)