Hi,
Please, i need help to translate following swap and call routine into C674x assembly
__asm {
mov ecx, stack
lea esp, [ecx - 4]
and esp, -16
mov eax, ret_info
mov [esp], eax
call entry
}
the tree last instructions could be :
ADDKPC ret_info, B3
CALLP .S2 entry, B3
but what about the first (swap) ?