x86 LAHF indeterminated bits?
Posted on 2019-02-23, 12:15
What are the values of the indeterminate bits in AH after an LAHF? Are they always the sticky flags of the FLAGS register, all cleared, all set or are they all whatever was in AH before executing LAHF(so just modifying the defined bits that are documented in EFLAGS)? So what's in AH bits 1,3,5 after …