Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Storing individual doubles from a packed double vector using Intel AVX

x86 x86-64 sse avx

Performance implications of long double. Why does C choose 64-bits instead of the hardware's 80-bit for its default?

How to use relative jumps?

assembly nasm x86

implement 64-bit arithmetic on a 32-bit machine

c assembly x86 bigint

Why does CR3 register contents vary, when read each time from a kernel module?

Why does the VC++ compiler MOV+PUSH args instead of just PUSH them? x86

Linux x86 NASM - Subroutine: Print a dword from EAX [duplicate]

linux assembly x86 nasm intel

Printing hex values in x86 assembly

assembly printing x86 hex

Referencing operands/parameters in GNU assembler macros

Why does the 80x87 instruction set use a "stack-based" design?

With Hyper Threading, threads of one physical core are exchanging via what level of cache L1/L2/L3?

#including <alsa/asoundlib.h> and <sys/time.h> results in multiple definition conflict

gcc compiler-errors x86 c99 alsa

GCC Inline Assembly 'Nd' constraint

x86 memory access segmentation fault

INT 10h/ah=13h doesn't print strings when part of second stage bootloader

How to set gcc to use intel syntax permanently?

x86-64: canonical addresses and actual available range

PERF STAT does not count memory-loads but counts memory-stores

linux x86 intel perf

What is the function of a "data label" in an x86 assembler?

assembly x86 masm

NASM and 8-bit memory offset confusion

assembly x86 mov