Elektrine lite

← Feed

@brouhaha@mastodon.social

Post #3970396

2026-07-16 13:48 UTC

I'm writing C++ code to parse and eventually link, locate, and load CP/M .REL files (a Digital Research file format used by RMAC and LINK-80, then extended by Microsoft). As one does.

Replies (1)

  • @stefanie@social.anoxinon.de 2026-07-16 14:03

    @brouhaha@mastodon.social So, you're re-implementing LINK.COM? Please don't omit the option to create PRL/SPR files. Those are important for creating a BIOS for CP/M 3 (SPR) or resident processes for MP/M (PRL)

    Open ##3970395