The first instruction I issued without fail at the start of every program for a DEC PDP-8 Minicomputer was CLA CLL to clear the accumulator and link (overflow) bit.
That simple instruction doesn't seem to exist in 8086 range of processors and I have seen a lot of discussion on various technical websites on the quickest way to do it, like XORing it with itself.
Is this already handled somewhere by the processor logic? So it's guaranteed to be 0 before the program starts?