Segm7, it's my own, must add something for 14-segment, it's also bit inept with scrolling.
https://www.eevblog.com/forum/microcontrollers/old-school-8080-eprom-disassembly-is-it-making-sense/msg3490764/#msg3490764Can't figure out how those 14-segment things are coded.
Some old 7-segment staff is still there, like Err, 8520A and IEEE, so 7-segment may still be for more than numbers.
I tried to find a 14-segment 'C' but can't be sure.
Its other byte is empty but can't find anything really rational.
Simple coding has few possibilities.
Straight a = 1 is 39 00 and inverted c6 ff, swapped byte order is also a possibility.
Old style goes so that a = high bit, so 9c 00 etc.
14-segment display circuit is 2 x 7, can't find the component(DL02614) internals either, NSN has that it's from Siemens.
One German page has several different order styles and none is 2 x 7.
Maybe somebody should measure how it goes, logic analyzer is not needed for characters like 'C' where other byte is silent.
U12 046a has a string of ASCII characters, but it's not complete, single characters are missing.