Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

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?

How to MOVe 3 bytes (24bits) from memory to a register?

glibc scanf Segmentation faults when called from a function that doesn't align RSP

Setting and clearing the zero flag in x86

What assembly language does gcc produce on my system?

Fast floating-point power of 2 on x86_64

Writing a portable SSE/AVX version of std::copysign

c++ x86-64 sse simd avx