Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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

What is "Code" in Linux Kernel crash messages?

linux linux-kernel x86 crash

Compiler choice of not using REP MOVSB instruction for a byte array move

Why do call and jump instruction use a displacement relative to the next instruction, not current?

Can I tell the compiler that I need to earlyclobber a memory operand?

What constitutes a read or write to memory/cache in x86 assembly, according to valgrind?

What is the meaning of IB read, IB write, OB read and OB write. They came as output of Intel® PCM while monitoring PCIe bandwidth

Benchmarking C struct comparsion: XOR vs ==