Hi Eduardo,

Thanks for pointing me to the file. Could you please clarify one more thing.

Instructions like addl %ebx, (%eax) are also considered to be memory refernce instructions. Do these type of instructions also refer to the functions that you mentioned.

Secondly, what is the purpose of undef ASM_SOFTMMU

Thanks,
Atif

On 4/25/07, Atif Hashmi < atifhashmi@gmail.com> wrote:
Hi Eduardo,

Thanks for pointing me to the file. Could you please clarify one more thing.

Instructions like addl %ebx, (%eax) are also considered to be assembly instructions. Do these type of instructions also refer to the functions that you mentioned.

Thanks,
Atif


On 4/24/07, Eduardo Felipe < edusaper@gmail.com> wrote:
Hi,

You have a description of memory access instruction format in cpu-all.h, under
/* CPU memory access without any memory or io remapping */

These instructions are defined in softmmu_header.h. If you don't care too much about performance it will be easier to modify the code written in C (undef ASM_SOFTMMU in op.c).

Regards,
Eduardo