mfld-fr / emu86

Intel IA16 emulator for embedded development
35 stars 6 forks source link

Add memory operand option for XLAT #29

Closed cocus closed 3 years ago

cocus commented 3 years ago

op-exec.c: Adds a memory operand option on XLAT instruction, since the source segment can be overriden from the default DS. For instance: xlat byte ptr es:[si]

mfld-fr commented 3 years ago

Nice shot, thanks !