x86emu.c | 54 static uint16_t fetch_word (struct X86EMU *, uint32_t segment, uint32_t offset); 190 emu->x86.R_CS = fetch_word(emu, 0, intno * 4 + 2); 192 emu->x86.R_IP = fetch_word(emu, 0, intno * 4); 348 fetched = fetch_word(emu, emu->x86.R_CS, emu->x86.R_IP); 454 return fetch_word(emu, get_data_segment(emu), offset); 496 fetch_word(struct X86EMU *emu, uint32_t segment, uint32_t offset) function in typeref:typename:uint16_t 2636 val2 = fetch_word(emu, emu->x86.R_ES, emu->x86.R_DI); 2656 val2 = fetch_word(emu, emu->x86.R_ES, emu->x86.R_DI); 2673 val2 = fetch_word(emu, emu->x86.R_ES, emu->x86.R_DI); 2887 val = fetch_word(emu, emu->x86.R_ES, emu->x86.R_DI) [all...] |