¡@

Home 

c# Programming Glossary: qword

What's the cause of this FatalExecutionEngineError in .NET 4.5 beta? [closed]

http://stackoverflow.com/questions/11873798/whats-the-cause-of-this-fatalexecutionengineerror-in-net-4-5-beta

mov rbx rdx 00000008 lea rdx FFEE38D0h 0000000f mov rcx qword ptr rcx 00000012 call 000000005F7AB4A0 s string.Empty 00000017.. call 000000005F7AB4A0 s string.Empty 00000017 mov rdx qword ptr FFEE38D0h 0000001e mov rcx rbx 00000021 call 000000005F661180.. s string.Empty 00000007 mov rdx 12353250h 00000011 mov rdx qword ptr rdx 00000014 mov rcx rax 00000017 call 000000005F691160..

C# - Inconsistent math operation result on 32-bit and 64-bit

http://stackoverflow.com/questions/2461319/c-sharp-inconsistent-math-operation-result-on-32-bit-and-64-bit

fld dword ptr ds 009D1578h 0000000c fsqrt 0000000e fstp qword ptr ebp 8 The fmul instruction is missing removed by the code..

Why doesn't this code demonstrate the non-atomicity of reads/writes?

http://stackoverflow.com/questions/3679209/why-doesnt-this-code-demonstrate-the-non-atomicity-of-reads-writes

x86 . The relevant lines are double dCopy _d 00000039 fld qword ptr ds 00511650h 0000003f fstp qword ptr ebp 40h _d rand.Next.. dCopy _d 00000039 fld qword ptr ds 00511650h 0000003f fstp qword ptr ebp 40h _d rand.Next 2 0 0D double.MaxValue 00000054 mov.. ebp 48h 0 0000006b je 00000079 0000006d nop 0000006e fld qword ptr ds 002423D8h 00000074 fstp qword ptr ebp 50h 00000077 jmp..