Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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

SHR with only one operand

assembly x86

LOCK CMPXCHG on non-cached memory?

assembly x86 x86-64

How to keep atomicity when contex switching in the kernel mode?

what is fs:[register+value] meaning in assembly?

windows assembly x86 nasm

Assembly Language Random Number Generator

assembly random x86 numbers prng