Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

How to push a 64bit int in NASM?

assembly x86-64 nasm

How do I compile a static library

c linux gcc x86-64

Is it possible to detect the CPU architecture from machine code?

assembly x86 arm x86-64

Declaring an empty destructor prevents the compiler from calling memmove() for copying contiguous objects

How to build 64-bit Python on OS X 10.6 -- ONLY 64 bit, no Universal nonsense

How can I accurately benchmark unaligned access speed on x86_64?

Is there any advantage for developing on a 64 bit OS?

asm - what is a local common area and difference between .lcomm and .comm?

assembly x86-64

Apparent no-op in Rust assembly output?

ICC vs GCC - Optimization and CPU architecture

x86-64 and far calls / jumps

Why does gdb think my x86-64 program is i386? [closed]

gdb x86-64 freepascal fpc

Learning SSE/SSE2 and asm optimizations

assembly graphics x86 x86-64 sse

_InterlockedCompareExchange optimization

Specify arch in GHC?

haskell x86 x86-64 ncurses ghc

How can I replay a multithreaded application?

c linux gcc x86-64 glibc

Why do certain Linux x86_64 system calls require a stub?

how to do a relative jump/call with inline assembly in GCC (x86_64)

c gcc assembly x86-64