With support for building programs with overlays
The compiler front-end now supports building CP/M programs with overlays.
For the root (resident) portion, create a symbol-table file and specify using the LIBOVR.LIB library using the -Fsymfile and -Lovr options.
For each overlay segment, include -Y option (to create a .OVR file as output) and specify the matching symbol-table file on the command line.
(This is a revised release)
See the example in the README file