• Recreating the program LIBR.C to combine multiple object files into one

    From =?UTF-8?B?0JDQvdC00YDQtdC5INCd0LjQu@21:1/5 to All on Tue Aug 3 02:27:56 2021
    Today on github.com I posted the decompiled code
    LIBR.COM programs from the Hi-Tech C compiler v3.09 for CP/M. The code can be downloaded from the following link

    https://github.com/nikitinprior/dlibr

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?B?0JDQvdC00YDQtdC5INCd0LjQu@21:1/5 to All on Mon Oct 18 03:28:20 2021
    вторник, 3 августа 2021 г. в 12:27:57 UTC+3, Андрей Никитин:
    Today on github.com I posted the decompiled code
    LIBR.COM programs from the Hi-Tech C compiler v3.09 for CP/M. The code can be downloaded from the following link

    https://github.com/nikitinprior/dlibr

    Mark Ogden made the following changes to the dump.c and libr3.c programs:
    1. Fixed inaccuracies and decompilation errors.
    2. Added explanatory comments.
    3. Assigned meaningful names to variables and functions.
    4. In some functions, excluded labels and goto statements.
    5. With the encouragement of conditional compilation, the program is built and run on modern 64-bit systems.

    Thanks to these changes, the program code has acquired a cleaner and more complete look.

    Thanks to Mark Ogden for correcting the program code.

    The new version of the programs has the names dump3.c and libr.c.

    Andrey

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)