Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

The integer division algorithm of Intel's x86 processors

x86 find out operand size of instruction given only the hex machine code?

Using ".intel_syntax noprefix" how can I get memory address of a label?

Cost of a sub-optimal cacheline prefetch

Minimal executable size now 10x larger after linking than 2 years ago, for tiny programs?

linux assembly x86 linker ld

Installer question: "Program Files" or "Program Files (x86)"?

installation x86 64-bit

Can I install both x86/x64 windbg on my x64 WIN7?

x86 64-bit windbg

Loading programs to RAM and executing them NASM 16b

assembly x86 nasm

PE file opcodes

How can I use JVM Client Mode on x64 operating system?

java jvm x86 64-bit

Does x86-SSE-instructions have an automatic release-acquire order?

x86 Assembly set of 'push'es and 'pusha' difference

assembly x86 stack assemblies

Does the MOV x86 instruction implement a C++11 memory_order_release atomic store?

Fast byte-wise replace if

c optimization x86 sse simd

How are dw and dd different from db directives for strings?

string assembly x86 nasm masm

What's the easiest way to determine if a register's value is equal to zero or not?

Difference between "or eax,eax" and "test eax,eax" [duplicate]

Popcount of SSE vectors for binary correlation?

Reference material for uops?

x86 cpu intel cpu-architecture

Packing BCD to DPD: How to improve this amd64 assembly routine?

performance assembly x86 bcd dpd