Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Understanding x86 MOV Syntax

assembly x86 ida mov

What are .data and .text in x86?

x86

Is there any data on the latency of an AVX2 gather instruction?

strlen in NASM Linux

linux assembly x86 nasm

How to use variables in __asm?

How to use SSE2 & PREFETCHh instructions at the same time?

assembly x86

Cost of polymorphism

Why a segfault instead of privilege instruction error?

linux performance assembly x86

linux kernel page table update

How do I tell GCC asm that an input register is clobbered?

c gcc x86 inline-assembly

Why does AVX512-IFMA support only 52-bit ints?

x86 precision avx512 alu fma

Effective Address calculation time on 8086/8088

How come `0F 1A /r` and `0F 1B /r` have been NOP before Intel MPX?

assembly x86 intel

repeating mov instruction x86

assembly x86 instructions as86

Which is generally faster to test for zero in x86 ASM: "TEST EAX, EAX" versus "TEST AL, AL"?

Explain how the AF flag works in an x86 instructions?

intel c assembly x86 x86-16

.Net2 assemblies hosted in .Net4 app perform better in x86 than in AnyCpu mode?

x87 FPOP and FCOM instructions - how do these work?

intel c assembly x86 x87

What restriction is perf_event_paranoid == 1 actually putting on x86 perf?

AMD64 -- nopw assembly instruction?

c gcc assembly x86 machine-code