Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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

Shapes in the Mandelbrot Set

Is processor can do memory and arithmetic operation at the same time?

Get an arbitrary float from a simd register at runtime?

x86 sse simd avx avx2

Does memory fencing blocks threads in multi-core CPUs?