int foo(int a, int b) { int result; __asm { mov eax, a xchg eax, b mov a, eax mov result, eax } return result; }
Время: 19:15. © OSzone.net 2001-