Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Question about ADD on ASM 8086

assembly x86 add

i386 assembly question: why do I need to meddle with the stack pointer?

assembly x86 gnu-assembler

Determining program runtimes on core i5/7 architecture

c++ windows performance x86

In Linux, on entry of a sys call, what is the value in %eax? (not orig_eax)

linux x86 system-calls

Visual Studio 2012 native C++ DLL x86 compilation

Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine' / Windows 2012 server

When are the carry flags set by x86 negation (NEG) / subtraction (SUB)?

assembly x86 carryflag eflags

Installing amd_64 or i386 packages on raspbian (arm hf)

Confusion in Memory segmentation in x86

c assembly x86

Finding missing C code, given assembly code?

c assembly x86

Why does Visual Studio assemble mov eax, [edx][ebx][ecx][edi] without complaint?

assembly x86 masm

Why does .NET Native compile loop in reverse order?

How can I set or clear overflow flag in x86 assembly?

assembly x86 eflags

Using 8-bit registers in x86-64 indexed addressing modes

Why does the compiler generate a right-shift by 31 bits when dividing by 2?

Default state of Direction Flag (DF) during x86 program execution

PAE in x86-64 bit processors - Linux kernel

What is the floating-point (__m256d) version of the non-temporal streaming load intrinsic (_mm256_stream_load_si256)?

c++ x86 simd intrinsics avx2

Atomically clearing lowest non-zero bit of an unsigned integer

c++ x86 arm x86-64 atomic

Committed Vs Retired instruction