Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Instruction sequence that does the same thing as push

assembly x86 stack x86-16

how does LEA and several instruction work? [duplicate]

assembly x86

Pointer for the first struct member list in nasm assembly

assembly x86 nasm

need help understanding the movzbl call in this function

c assembly x86

How can I get the number of instructions executed by a program?

How to resolve "not counted" in perf?

linux performance x86 perf

Android Virtual Device on Windows 10 - Endless "VCPU shutdown request" - doesn't launch

android windows x86 avd haxm

How does _mm256_shuffle_ps work?

c x86 simd intrinsics avx

why use or instead of cmp when checking against 0 [duplicate]

assembly x86

Reverse-engineering a virtual method that only XORs the low byte of EAX before returning

Random number in assembly

What is the difference between _mm512_load_epi32 and _mm512_load_si512?

x86 sse simd intrinsics avx512

How to force cpu core to flush store buffer in c?

Why any modern x86 masks shift count to the 5 low bits in CL

Can a WinForms app be configured to run as "x86" without recompiling?

Simple question: Can x86 apps take advantage of the extra RAM a x64 OS gives?

Handling TLB Misses

c linux caching x86 tlb

How can I get the "lea" instruction from a C++ function by disassembly?

c++ c assembly x86

Is there anything that prevents stack overflow in assembly?

assembly x86 stack theory

Reading memory pointed by register with GDB

linux operating-system x86 gdb