Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

How to pass structs to C function from x86-64 assembly on Mac (NASM)

c assembly struct x86-64

May 64-bit Windows allocate virtual memory over 7FFF'FFFF'FFFF?

Why doesn't RFO after retirement break memory ordering?

Unsigned int to unsigned long long well defined?

Why do 32-bit applications work on 64-bit x86 CPUs?

NASM compiling x86_64 ASM label addresses off by 256 bytes in Mach-O when using multiple db declarations?

Shortest Intel x86-64 opcode for rax=1?

Address canonical form and pointer arithmetic

Why (n mod const) is faster than (const mod n)?

java x86-64 jmh

Is it allowed to access memory that spans the zero boundary in x86?

Is it possible to change virtual memory page size?

c linux x86-64

About gcc-compiled x86_64 code and C code optimization

c optimization gcc x86 x86-64

Hash function for 64 bit to 10 bits

c linux gcc hash x86-64

64-bit GCC mixing 32-bit and 64-bit pointers

c gcc x86-64 gnu-assembler

FLD instruction x64 bit

delphi assembly x86-64 fpu basm

error LNK2019: unresolved external symbol referenced in function main

NDK build for target x86_64 results in error

android-ndk x86-64 intel

how to export symbols in NASM

gcc assembly nasm x86-64

Can't force the use of 64-bit registers in GCC inline assembly

c gcc x86-64 inline-assembly

Is my conversion from assembly to c code correct?

c assembly x86-64