Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

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

116 views
Skip to first unread message

Андрей Никитин

unread,
Aug 3, 2021, 5:27:57 AM8/3/21
to
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

Андрей Никитин

unread,
Oct 18, 2021, 6:28:21 AM10/18/21
to
вторник, 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
0 new messages