Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Does prefetching a write ever affect single core performance?

Tracing call stack in disassembled code

c++ c assembly gdb x86-64

Reserve bytes in stack: x86 Assembly (64 bit)

assembly subroutines get called twice without even being called from main

ranlib and static library

intel c linux gcc makefile x86-64

Why does the ia32/x64 opcode map document 0x66 and 0xF2 as a double mandatory prefix for opcode 0x0F38F1 (CRC32)?

Linux x86_64 assembly socket programming

Assembly - inline asm - copy from one array to another?

Can I use some bits of pointer (x86_64) for custom data? And how if possible?

intel pointers x86-64

How to get this simple assembly to run?

error in backend: 32-bit absolute addressing is not supported in 64-bit mode

find address of PLT stub

intel linux x86-64 elf plt got

Is the stack frame required for all functions in C on x86-64?

intel c assembly x86 stack x86-64

Is the Microsoft Stack always aligned to 16-bytes?

What is practical application of x86 RCL/RCR instructions?

Can the simple decoders in recent Intel microarchitectures handle all 1-µop instructions?

Why would one use "ret" instead of "call" to call a method?

How come INC instruction of x86 is not atomic? [duplicate]

intel c assembly x86-64 atomic

Performance implications of context switches for 64-bit segment bases

Access x86 COM from x64 .NET