New posts in x86

Difference between JE/JNE and JZ/JNZ

x86 Calculating AX given AH and AL?

What is the meaning of MOV (%r11,%r12,1), %edx?

Drawing a character in VGA memory with GNU C inline assembly

How do I determine the number of x86 machine instructions executed in a C program?

How do I call "cpuid" in Linux?

Why can't you set the instruction pointer directly?

What does "int 0x80" mean in assembly code?

How can I do a CPU cache flush in x86 Windows?

Test MASM programs online

Latency of CPU instructions on x86 and x64 processors

Why is SSE scalar sqrt(x) slower than rsqrt(x) * x?

What kind of address instruction does the x86 cpu have?

What x86 instructions take two (or more) memory operands?

Loop with function call faster than an empty loop

Legacy BIOS bootloader to bootstrap real-mode code in second stage

How to make the kernel for my bootloader?

x86 assembler: floating point compare

How to disassemble 16-bit x86 boot sector code in GDB with "x/i $pc"? It gets treated as 32-bit

Change floating point rounding mode