]> wirehaze git hosting - MS-DOS.git/blob - v4.0/src/CMD/APPEND/APPENDM.ASM

wirehaze git hosting

MZ is back!
[MS-DOS.git] / v4.0 / src / CMD / APPEND / APPENDM.ASM
1 page 60,120
2 ; @@04 07/30/86 Fix second APPEND hang PTM P0000053
3 ; @@05 08/13/86 Fix bad parm message PTM P0000125
4 ; @@10 08/28/86 Change message for @@05 PTM P0000291
5 ; @@11 09/10/86 Support message profile and make
6 ; msg length variable. R.G. PTM P0000479
7 cseg segment public para 'CODE'
8 assume cs:cseg
9
10 public bad_append_msg ;@@11
11 public path_error_msg ;@@11
12 public parm_error_msg ;@@11
13 public path_parm_error_msg ;@@11
14 public no_append_msg ;@@11
15 public append_assign_msg ;@@11
16 public append_tv_msg ;@@11
17 public bad_DOS_msg ;@@11
18 public second_append_msg ;@@11
19
20 public len_bad_append_msg ;@@11
21 public len_path_error_msg ;@@11
22 public len_parm_error_msg ;@@11
23 public len_path_parm_error_msg ;@@11
24 public len_no_append_msg ;@@11
25 public len_append_assign_msg ;@@11
26 public len_append_tv_msg ;@@11
27 public len_bad_DOS_msg ;@@11
28 public len_second_append_msg ;@@11
29
30 cr equ 13
31 lf equ 10
32
33 include appendm.inc
34
35 cseg ends
36 end