Skip to content

With support for building programs with overlays

Compare
Choose a tag to compare
@agn453 agn453 released this 14 Jan 21:27
· 84 commits to master since this release

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