Post #3977052
2026-07-21 03:42 UTC
Microsoft 8080/Z80 .REL files are divided into modules, which normally are bracketed with a module-name item and a module-end item. I assumed that nothing other than module-name items and file-end items were allowed outside of modules. But you know what happens when we assume.
#Microsoft #CPM
1/
Replies (1)
-
@brouhaha@mastodon.social 2026-07-21 03:44
One of the example .REL files I test with is the Microsoft FORTRAN-80 library, FOR LIB.REL, and it contains many cases of entry-symbol items before the module-name item. I haven't seen anything else in a module preceding the name. In all examples I've seen, one of those early entry-symbol items has the same name as the module, though I'm not going to assume that to be a requirement. 2/