I remember the need to use assembly also. But those days are gone for two reasons (1) modern optimizing compilers are so good that they can beat hand written assembly. and (2) Today CPUs are cheeper than software engineers. Back in the 70's it was the other way around.
And NO, using C is hardly "being modern". Maybe C++ is still "modern" in some circles but today we have Python, Swift and 50 others. C (or more likely C++) while still widely used is kind of "old school". The last assembly I had to write was parts of the OS for a CDC mainframe (PPU code for a 6600) OK back on topic: How to process IRIG. Can't you mix it down to baseband with a local oscillator, mixer and filter? It's AM on a very low frequency carrier. > To be modern, one must code in C? Isn't that true? > > (Don't tell anybody, but I was an assembly-language programmer back in > the 1970s. In those days, assembly was the only way to get sufficient > performance given the slow iron of the day. Out main programs were > about 70,000 lines each. The assembler took all night to ingest all > that.) > -- Chris Albertson Redondo Beach, California _______________________________________________ time-nuts mailing list -- [email protected] To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts and follow the instructions there.
