¡@

Home 

c# Programming Glossary: ebx

.NET JIT potential error?

http://stackoverflow.com/questions/2056948/net-jit-potential-error

oVec 00000011 push edi 00000012 push esi 00000013 mov ecx ebx 00000015 call dword ptr ds 00170210h first unrolled call 0000001b.. not increment oVec.y 0000001c push esi 0000001d mov ecx ebx 0000001f call dword ptr ds 00170210h second unrolled call for..

x86/x64 CPUID in C#

http://stackoverflow.com/questions/3216535/x86-x64-cpuid-in-c-sharp

level byte buffer eax level cpuid buffer 0 eax buffer 4 ebx buffer 8 ecx buffer 12 edx private readonly static byte x86CodeBytes.. 0x55 push ebp 0x8B 0xEC mov ebp esp 0x53 push ebx 0x57 push edi 0x8B 0x45 0x08 mov eax dword ptr ebp 8 move level.. write eax ... to buffer 0x89 0x5F 0x04 mov dword ptr edi 4 ebx 0x89 0x4F 0x08 mov dword ptr edi 8 ecx 0x89 0x57 0x0C mov dword..