fetch_data_byte
return fetch_data_byte(emu, emu->cur_offset);
destval = fetch_data_byte(emu, destoffset);
destval = fetch_data_byte(emu, destoffset);
srcval = fetch_data_byte(emu, srcoffset);
emu->x86.R_AL = fetch_data_byte(emu, offset);
val = fetch_data_byte(emu, emu->x86.R_SI);
val1 = fetch_data_byte(emu, emu->x86.R_SI);
val1 = fetch_data_byte(emu, emu->x86.R_SI);
val1 = fetch_data_byte(emu, emu->x86.R_SI);
emu->x86.R_AL = fetch_data_byte(emu, emu->x86.R_SI);
emu->x86.R_AL = fetch_data_byte(emu, emu->x86.R_SI);
emu->x86.R_AL = fetch_data_byte(emu, addr);
destval = fetch_data_byte(emu, destoffset);
destval = fetch_data_byte(emu, destoffset);
static uint8_t fetch_data_byte (struct x86emu *, uint32_t offset);
return fetch_data_byte(emu, emu->cur_offset);