Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in intel

C++ memory alignment question

Explain how the AF flag works in an x86 instructions?

intel c assembly x86 x86-16

Intel C++ Compiler understanding what optimization is performed

.Net2 assemblies hosted in .Net4 app perform better in x86 than in AnyCpu mode?

x87 FPOP and FCOM instructions - how do these work?

intel c assembly x86 x87

Mapped memory and SSE

How to do source level debugging of x86 code with GDB inside QEMU?

assembly subroutines get called twice without even being called from main

ranlib and static library

intel c linux gcc makefile x86-64

How do I use ADC in assembly?

intel assembly x86

How to thunk a function in x86 and x64? (Like std::bind in C++, but dynamic)

intel c++ c x86 64-bit thunk

FindWindow returns zero in MASM32 program even if the window exists

x86 asm, dereferenced pointer not getting updated

intel pointers assembly x86

When are segment registers modified by operating systems?

intel assembly x86 kernel

Allocate more than 2GB on the heap using c++ on a 32bit linux kernel

Realistic examples of optimization through branch removal

How does assembly do parameter passing: by value, reference, pointer for different types/arrays?

c++ c arrays assembly x86 intel

x86 where stack pointer points?

How encode a relative short jmp in x86

assembly x86 x86-64 intel

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

intel c assembly x86-64 atomic