Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Stack / base pointers in assembly

Clearing bits in a register in assembly

assembly x86

strlen in assembly

linux assembly x86 nasm strlen

Are two consequent CPU stores on x86 flushed to the cache keeping the order?

Why bottom test loop is preferable?

SSE Instructions: Byte+Short

x86 sse instructions

How to store the contents of a __m128d simd vector as doubles without accessing it as a union?

c x86 simd intrinsics sse2

Intel assembly syntax OFFSET

gcc assembly x86 nasm masm

Understanding sign and overflow flag in assembly

assembly x86

Why do interrupts need to be disabled before switching to protected mode from real mode?

why for loop has 1 extra instruction than expected?

Does any floating point-intensive code produce bit-exact results in any x86-based architecture?

c x86 ieee-754 fast-math

Need C compiler for Windows 7 64-bit, to compile to DOS target

Why aren't the higher 16-bits in EAX accessible by name (like AX, AH and AL)? [duplicate]

assembly x86

Assembly - x86 call instruction and memory address?

assembly linker x86 nasm masm

Creating a simple multiboot kernel loaded with grub2

assembly x86 kernel osdev grub

All asm labels becoming symbols in executable file

assembly linker x86 nasm elf

Find the first instance of a character using simd

x86 sse simd avx avx2

Can and does the compiler optimize out two atomic loads? [duplicate]

conditional jumps -- comparing c code to assembly

c assembly x86