C语言代码转换成E语言

void func_pass_map(_In_ int x, _In_ int y)
{
int index = 0;
if (!x)
{
y > 0 ? (index = 3) : (index = 2);
}
if (!y)
{
x > 0 ? (index = 1) : (index = 0);
}
__asm
{
push - 1
push - 1
push index
mov ecx, k_address_room_id
mov ecx, [ecx]
mov ecx, [ecx + k_param_room]
mov eax, k_call_pass_map
call eax
}
}

QQ 526455424

第1个回答  2016-08-17
这并不是C语言,大部分是汇编
第2个回答  2016-08-21
代码不清晰,无法看出流程。而且同时会c语言易语言和汇编的人很少,所以自己学才是最好的办法本回答被网友采纳
第3个回答  2016-08-17
直接看看e语言的教程吧,会了直接写了
相似回答