fetch_data_word
return fetch_data_word(emu, emu->cur_offset);
return fetch_data_word(emu, emu->cur_offset);
destval = fetch_data_word(emu, destoffset);
destval = fetch_data_word(emu, destoffset);
srcval = fetch_data_word(emu, srcoffset);
srcval = fetch_data_word(emu, srcoffset);
*dstreg = fetch_data_word(emu, srcoffset);
*seg = fetch_data_word(emu, srcoffset + 2);
emu->x86.R_AX = fetch_data_word(emu, offset);
val = fetch_data_word(emu, emu->x86.R_SI);
val1 = fetch_data_word(emu, emu->x86.R_SI);
val1 = fetch_data_word(emu, emu->x86.R_SI);
val1 = fetch_data_word(emu, emu->x86.R_SI);
emu->x86.R_AX = fetch_data_word(emu, emu->x86.R_SI);
destval = fetch_data_word(emu, destoffset);
destval = fetch_data_word(emu, destoffset);
destval = fetch_data_word(emu, destoffset);
destval2 = fetch_data_word(emu, destoffset + 2);
destval2 = fetch_data_word(emu, destoffset + 2);
static uint16_t fetch_data_word (struct x86emu *, uint32_t offset);