Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Why REP LODS AL instruction exists?

assembly x86 intel amd

How is the BIOS ROM mapped into address space on PC?

embedded x86 cpu bios

what does the cmpq instruction do?

assembly x86 x86-64

Copying a bool from a parameter to a global - comparing compilers output

DMA transfer RAM-to-RAM

c windows x86 dma

Prohibit unaligned memory accesses on x86/x86_64

What are these seemingly-useless callq instructions in my x86 object files for?

How to do an atomic increment and fetch in C?

c linux x86 atomic intel

x86 calling convention: should arguments passed by stack be read-only?

How can I pass parameters in assembler x86 function call?

How to draw a pixel on the screen in protected mode in x86 assembly?

memory video assembly x86 pixel

Trapping quiet NaN

How can I use mach_absolute_time without overflowing?

macos x86 posix powerpc darwin

Why does MSVC emit a useless MOVSX before performing this Bit Test?

Using base pointer register in C++ inline asm

What does "store-buffer forwarding" mean in the Intel developer's manual?

Why is imul used for multiplying unsigned numbers?

How does assembly do parameter passing: by value, reference, pointer for different types/arrays?

c++ c arrays assembly x86 intel

Is the EBP register (base frame pointer) only for Debugging in x86? [duplicate]

check if carry flag is set

c gcc x86 carryflag eflags