Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

copy from un-initialized buffer is much faster than from initialized buffer

c linux sockets linux-kernel x86

How to use plain RDTSC without using asm?

How to correctly use a startup-ipi to start an application processor?

c linux-kernel x86 intel smp

Can an ADD set both Carry and Overflow flags?

Implementing a simulator for a subset of x86

c++ x86 simulation

Database for assembly instructions?

assembly x86 opcode mnemonics

x86 ASM: useless conditional jump?

assembly x86 intel

Integer literal that matches int64_t for both 32-bit and 64-bit platforms?

c++ x86 integer x86-64 literals

x86 labels and LEA in GDB

memory assembly gdb x86 nasm

what is meant "seg fs" in the linux kernel bootsect.s file

Assembly and Registers

assembly x86

Difference between label and fuction in assembly - Intel syntax

assembly x86

How to load 16 x 8 bit integer using SSE2

x86 sse simd sse2

Does AVX support imply BMI1 support?

assembly x86 64-bit avx bmi

What's the difference between `lodsl` and `movl (%esi), %eax; addl $4, %esi`?

assembly x86 i386

implementing memset in assembly x86

Why is the adressspace increased from 32 to 36 bits with PAE

Why do I see 64-bit pointers in C++ on my 32-bit Mac OS X system?

c++ macos pointers x86