Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Assembly/Linking problem with nasm and ld

Is mmap deterministic if ASLR is disabled?

c linux gcc x86-64 mmap

Where does the SSE instructions outperform normal instructions

c x86-64 sse

Delphi SizeOf(NativeInt) vs C sizeof(int) on x86-64. Why the Size difference?

c delphi x86-64 pascal sizeof

Why is there no fused multiply-add for general-purpose registers on x86_64 CPUs?

X86: What does `movsxd rdx,edx` instruction mean?

assembly x86-64 mov

Is assigning a pointer in C program considered atomic on x86-64

Is there a way to get sbcl to print out the value of a CPU register?

Find out how many hardware performance counters a CPU has

linux x86-64 intel perf papi

Why can't I move directly a byte to a 64 bit register?

assembly x86-64

What will be used for data exchange between threads are executing on one Core with HT?

Does function stack save the return address?

c++ assembly x86-64

Smallest executable program (x86-64)

assembly x86-64 elf

How to play with ptrace on x86-64?

c linux x86-64 ptrace

Is there a performance penalty access an array of 32-bit integers in x86-64?

c++ c x86-64

Can I add 64bit constants to 64bit registers?

Using interrupt 0x80 on 64-bit Linux [duplicate]

Why does x86 architecture use two stack registers (esp ; ebp)?

assembly x86 x86-64

How to print a string to the terminal in x86-64 assembly (NASM) without syscall?

linux assembly x86-64 nasm

How to multiply a register by 37 using only 2 consecutive leal instructions in x86?