Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Exit program x86

assembly x86 stack exit

(mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64'))

Is strict aliasing one-way?

How do I get the same behavior for double precision operations in both 32-bit and 64-bit modes?

c gcc x86 floating-point double

Can modern x86 CPUs do ideal out of order execution?

Temporal locality in memory mountain

Are arrays of simd vectors naturally inefficient?

c++ assembly x86 simd sse

Add saturate 32-bit signed ints intrinsics?

Copy bit of one register to another register (x86-64 asm)

Test MASM programs online

assembly x86 ide masm

Does WSL 2 really support 32 bit program?

Printing characters to screen ASM in protected mode

assembly x86 nasm vga bochs

Which is the first CPU that Intel has added conditional move instructions to?

x86 instruction-set

How do you print a newline character in BIOS-level assembly?

What does lea 0x4(%esp),%ecx mean in AT&T syntax?

assembly x86 att

Mixing SSE with AVX128 for shorter instructions?

SSE Instruction to load Bytes with Zero Extension?

c assembly x86 x86-64 sse

What exactly does the granularity bit of a GDT change about addressing memory?

Store __m256i to integer

c x86 simd intrinsics avx2