Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Why are Intel x87 registers 80 bits wide?

How is POPCNT implemented in hardware?

assembly x86 hardware

Which versions of Windows support/require which CPU multimedia extensions? (How to check if SSE or AVX are fully usable?)

windows assembly sse avx avx512

Is there a list of deprecated x86 instructions?

Reliable information about x86 string instruction performance?

A faster but less accurate fsin for Intel asm?

Creating (and accessing) an array in MIPS

How to compile using nasm on MacOSX

assembly nasm

Effectiveness of GCC optmization on bit operations

c optimization assembly x86

Regular Expressions and Assembly

regex assembly mips

which CPUs support MOVBE instruction?

assembly x86 endianness intel

whats the purpose of x86 cr0 WP bit?

Assembly: does xadd instruction need lock?

assembly x86 atomic smp

Tool to Debug Guest OS in Virtual Box

what is the meaning of putting a star before a register?

assembly

CUDA disable L1 cache only for one variable

What is the purpose of segment registers in x86 protected mode?

What does .comm mean?

gcc assembly x86 gnu-assembler

Help with understanding a very basic main() disassembly in GDB

What are .seh_* assembly commands that gcc outputs?

gcc assembly x86-64