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