Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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

What is the significance of operations on the register EAX having their own opcodes?

Memory Model in C++ : sequential consistency and atomicity

What exactly happens when a skylake CPU mispredicts a branch?

Which Intel microarchitecture introduced the ADC reg,0 single-uop special case?

In which condition DCU prefetcher start prefetching?