Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Why is sizeof std::mutex == 40 when cache line size is often 64 bytes

How to perform low-level IO with a USB flash drive under the BIOS (compared to a floppy)?

Real Mode, Interrupt vector replacement Crashing

How to translate "pushl 2000" from AT&T asm to Intel syntax on i386

assembly x86 intel att i386

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