Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Tail recursion in assembly

assembly x86 nasm

Segfault with x86 assembly on mov 0, %eax

How to disable floating point unit (FPU)?

How does x86 eflags bit 18 (alignment check) work? (Related to check for 386 vs. 486 and later.)

assembly x86 alignment flags

Calling convention for dynamically created function in (Visual) C++

c++ c visual-c++ 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