Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Can I get a thread's stack address from pthread_self()

c linux gcc pthreads x86-64

How MTRR registers implemented? [closed]

how to export a function in GAS assembler?

OS/X 64-bit assembly code generates bus error

Can two instructions execute in the same cycle if the same register is used as input and output respectively?

Mixing syscall write with printf on linux

c linux assembly printf x86-64

Instruction reordering in x86 / x64 asm - performance optimisation with latest CPUs

Unknown meaning of colon ( : ) in assembly instruction

How to use XACQUIRE, XRELEASE Hardware Lock Elision (HLE) prefix hints?

Is segmentation completely not used in x64?

Detecting x86/x64 and installing correct .msi

Linux X86-64 assembly and printf

Are RAX, RBX, RCX, RDX, RSI, RDI, RBP, RSP, R8-R15 interchangable?

x86, C++, gcc and memory alignment

C/C++ returning struct by value under the hood

c++ c assembly x86-64 win64

How can I instruct the MSVC compiler to use a 64bit/32bit division instead of the slower 128bit/64bit division?

How to detect if the computer is 32-bit or 64-bit?

vba x86 x86-64

What does the AMD64 machine code "48 ff 25" mean? [closed]

64bit nasm division idiv

assembly x86-64 nasm

How can a single sqrt() runs twice slower than when it was put in a for loop