Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How to get Keyboard inputs into a kernel?

c x86 keyboard kernel osdev

Assembly boot loader working on virtual PC, not on real PC

assembly x86 bootloader osdev

How to use rdpmc instruction for counting L1d cache miss?

assembly x86 perf intel-pmu

Detect another process's bitness (in Windows)

windows x86 64-bit detect

Why BIOS interrupt 8 (timer) not working on qemu-system-x86_64

x86 asm disassembler library

assembly x86 disassembly

Catching Stacktraces with Debug Register Breakpoints and Vectored Exception Handling

c assembly x86

What is the value of segment registers in 8086?

assembly x86 x86-16

nasm displaying a dword with printf

assembly x86 nasm

x86 asm - 12 bytes subtracted from esp. Only 8 needed

gcc assembly x86

Non-canonical linear addresses and general protection exception

Extra registers in x86 64 bit

c linux 64-bit x86

Why does this simple program compiled with gcc,-mfpmath=387, and an optimization level of -O2 or -O3 produce NaN values?

c gcc x86 floating-point x87

How did debuggers for 16-bit real mode programs produce stack traces?

debugging x86 real-mode

Why left shift instruction has two names (SAL and SHL) in x86-64 ISA? [duplicate]

The return address in the assembly code

assembly x86 call

How do *move elimination* slots work in Intel CPU?

x86 intel cpu-architecture

Accessing command line arguments in MASM assembler (x86)

assembly x86 dos masm