Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

What is the meaning/use of the MOVZX, CDQE instructions in this code output by a C compiler?

assembly x86 64-bit x86-64

64-bit Equivalent to BSWAP in X86 Image Handling Routine

delphi assembly x86-64

How does C return a structure? [duplicate]

x86/x64: modifying TSS fields

assembly x86 x86-64

How can I multiply two hex 128 bit numbers in assembly

Double vs Float80 speed in Swift

macOS 64-bit System Call Table [duplicate]

How can I use gcc to compile x86 assembly code on an x64 computer

FPU operations generated by GCC during casting integer to float

c gcc assembly x86-64 fpu

Atomic double floating point or SSE/AVX vector load/store on x86_64

Copying EAX to RAX higher bits?

assembly x86-64

x86_64 align stack and recover without saving registers

c stack alignment x86-64

imulq and unsigned long long overflow detection in C and asm

Working inline assembly in C for bit parity?

Installer which chooses the MSI based on the CPU architecture (x86 32-bit, x64 64-bit, etc)

XCode 6.1 Missing required architecture X86_64 in file for extern library

ios x86-64 xcode6.1

Why does clang produce inefficient asm with -O0 (for this simple floating point sum)?