Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

How to use "GS:" in 64-bit Windows Assembly (eg, porting TLS code)

winapi assembly x86-64 win64

How do I implement an efficient 32 bit DivMod in 64 bit code

delphi assembly x86-64

Is it possible to use both 64 bit and 32 bit instructions in the same executable in 64 bit Linux?

Efficient way to set first N or last N bits of __m256i to 1, the rest to 0

Thread local variables and fs segment

In x86, why do I have the same instruction two times, with reversed operands?

c linux gcc assembly x86-64

Assembler debug of undefined expression

c assembly undefined x86-64

Stack alignment in x64 assembly

How to link compiled object file (hello.o) with ld on Mac OS X?

macos gcc linker x86-64 ld

Why does /proc/iomem only show zeros instead addresses in 64bit linux?

Are word-aligned loads faster than unaligned loads on x64 processors?

c alignment x86-64

What are the 128-bit to 512-bit registers used for?

Get installed software list using C#

Stack eip overflow x86 vs x86_64 easy C code

c assembly x86 stack x86-64

Using GDB to read MSRs

x86 32 bit opcodes that differ in x86-x64 or entirely removed

Why are global variables in x86-64 accessed relative to the instruction pointer?

I don't understand why compiler is giving me error with this code

c linux gcc clang x86-64

Why is this inline assembly not working with a separate asm volatile statement for each instruction?

c linux gcc assembly x86-64

Is mov %esi, %esi a no-op or not on x86-64?