Closed x86asmr closed 3 years ago
Indeed, there was a problem (in fact, several problems) on rflags setting. Due to an error in the SET_FLAGS macro, src was passed instead of src1 to the ShemuSetFlags, thus wrongly setting the flags. This issue is fixed in the latest commit. Note than now, since the first and second sources are passed properly, the Src1 < Src2 condition becomes correct for SUB.
oh yes i see now
should be
instead