Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Why does the number of uops per iteration increase with the stride of streaming loads?

PS/2 keyboard won't send keypress interrupts, but does respond to commands

c assembly x86 interrupt osdev

C++ How is release-and-acquire achieved on x86 only using MOV?

How does SMP multithreading share memory and interrupts?

x86 kernel multicore osdev

Redundant instruction in compiled code [duplicate]

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