VOGONS

Common searches


Search results

Display options

x86 LAHF indeterminated bits?

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 …

Re: UniPCemu Linux and Android NDK issues?

Now largely replaced all fopen and related function calls with my emulator's emufopen64 and related function calls(which convert it to a SDL_RWops call) for maximum compatbility. The only issue with that is that some calls(for parsing two text files when starting) require fscanf, which I can't …

x86 unified segment descriptor write handling docs?

In the same way UniPCemu tries to combine all segment register write logic into one linearly executed function(with specific parts toggled on/off, depending on the type of write), does such a thing exist as documentation as well? Instead of being spread on many different instruction and protection …

Page 88 of 229