diff options
Diffstat (limited to 'v4.0/src/CMD/RECOVER/RECPUB.INC')
| -rw-r--r-- | v4.0/src/CMD/RECOVER/RECPUB.INC | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/v4.0/src/CMD/RECOVER/RECPUB.INC b/v4.0/src/CMD/RECOVER/RECPUB.INC new file mode 100644 index 0000000..79457b5 --- /dev/null +++ b/v4.0/src/CMD/RECOVER/RECPUB.INC | |||
| @@ -0,0 +1,47 @@ | |||
| 1 | ; | ||
| 2 | data segment public para 'DATA' ;AC000;bgb | ||
| 3 | ;****************************************************************************** | ||
| 4 | ; Public Data | ||
| 5 | ;****************************************************************************** | ||
| 6 | public header, prompted, hardch, the_root, fudge, user_drive, drive, dirchar ;AN000;bgb | ||
| 7 | public userdir, fname_buffer, found, done, driveletter, psp_segment, exitstatus ;AN000;bgb | ||
| 8 | public drvlet, bpb_buffer, transrc, data_start_low, data_start_high, ;AN000;bgb | ||
| 9 | public int_23_old_off, int_23_old_seg, int_24_old_off, int_24_old_seg, append ;AN000;bgb | ||
| 10 | public command_line_buffer, command_line_length, fatal_error, command_line, ;AN000;bgb | ||
| 11 | public fs_string_buffer, fs_string_end, len_fs_string_end, fs_not_fat, ;AN000;bgb | ||
| 12 | public fat12_string, fat16_string, len_fs_id_string, media_id_buffer, ;AN000;bgb | ||
| 13 | public dirent, fcb_copy, filcnt, fatcnt, fatnum, fatsiz, firfat, fatptr ;AN000;bgb | ||
| 14 | public secall, target, maxent, firrec, firdir, secsiz, siztmp, filsiz, maxclus ;AN000;bgb | ||
| 15 | public lastfat, table, fattbl, dbcs_vector, dbcs_vector_off, dbcs_vector_seg ;AN000;bgb | ||
| 16 | public read_write_relative, exec_block, exec_path, drive_letter_msg, path_string ;AN000;bgb | ||
| 17 | public len_path_string, search_recover, len_search_recover, search_recover_end ;AN000;bgb | ||
| 18 | public drvlet1, rec_num, x_value_lo, x_value_hi, y_value_lo, y_value_hi | ||
| 19 | public bytes_per_sector, exit_sw, exit_sw2, paras_per_fat | ||
| 20 | data ends ;put this 1st so that the recmsg works | ||
| 21 | ; | ||
| 22 | ; | ||
| 23 | ;***************************************************************************** | ||
| 24 | ; Public Data | ||
| 25 | ;***************************************************************************** | ||
| 26 | ; Public drvlet | ||
| 27 | ; Public rec_num | ||
| 28 | ; Public x_value_lo | ||
| 29 | ; Public x_value_hi | ||
| 30 | ; Public y_value_lo | ||
| 31 | ; Public y_value_hi | ||
| 32 | ; Public DrvLet1 | ||
| 33 | ;public drive_sublist ;AN000;bgb | ||
| 34 | ;public path_si, env_ds | ||
| 35 | ; Public FS_String_Buffer | ||
| 36 | ; Public Fatal_Error | ||
| 37 | ; Public ExitStatus | ||
| 38 | ; public call_pars | ||
| 39 | ; PUBLIC INT_23,std_printf, ; AC000;SM | ||
| 40 | ; Public Read_Write_Relative | ||
| 41 | ; PUBLIC filsiz | ||
| 42 | ; PUBLIC FATTbl | ||
| 43 | ; Public User_Drive | ||
| 44 | ; Public Fname_Buffer | ||
| 45 | ; PUBLIC Write_Disk,Read_Disk,report | ||
| 46 | ; Public Drive_Letter_Msg | ||
| 47 | \ No newline at end of file | ||