Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Mixing C and Assembly files

c++ c gcc assembly x86

Implementing your own malloc/free with mmap and munmap

What is the difference, if any, between LONG and FAR jumps in Assembly?

assembly x86

What is the use of defining a Global Descriptor Table?

Drawing a character in VGA memory with GNU C inline assembly

c gcc x86 dos djgpp

trying to understand the assembly instruction: cltd on x86

assembly x86 att

Do we need mfence when using xchg

c++ c assembly x86 memory-fences

Are EDX and DX the same register?

assembly x86

How much speed-up from converting 3D maths to SSE or other SIMD?

Return stack buffer?

Writing to adjacent array elements from different threads?

Combining LinkedList with String Reversal as Goal is to understand LinkedList

odd compiled code

How to set bits of a bit vector efficiently in parallel?

mwait x86 instruction doesn't wait for DMA

linux-kernel x86 dma

Reliability of Xcode Instrument's disassembly time profiling

Performance of "conditional call" on amd64

Why would a .NET EXE, compiled as x86, run as x64?