On 01/11/19 21:33, Bill Wendling wrote: > Some of the code test sequences (e.g. push_es) clobber ES. That causes > trouble for future rep string instructions. So save and restore ES > around the test code sequence in exec_in_big_real_mode. You mean pop_es. Applied with that change. Paolo