Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

What registers does strcmp evaluate? x86 Assembly

assembly x86

What is "=qm" in extended assembler

Memcpy takes the same time as memset

c linux memory x86 malloc

How does DC PMM (memory mode) cache coherence behave?

What's ARM instruction equivalent to Intel's xchgl?

gcc assembly x86 arm

Do terms like direct/indirect addressing mode actual exists in the Intel x86 manuals

How is the bootstrap processor (BSP) selected on Intel ring and mesh architectures

How much of this is needed to read ticks from the BIOS (8086)?

c assembly x86 x86-16 dos

uhex$ in masm assembly

assembly x86 masm masm32

Why do mem_load_retired.l1_hit and mem_load_retired.l1_miss not add to the total number of loads?

MDR, MAR Registers, in Relation to Assembly Language

OR instruction in assembly into ECX register

assembly x86

set the alignment of the data segment in TASM ideal mode

assembly x86 dos x86-16 tasm

How to display 11.1 after div in assembly?

assembly x86 x86-16

How to get the total size of the NASM-assembled instructions in a boot sector?

Why is the default alignment for `int64_t` 8 byte on 32 bit x86 architecture?

c++ x86 memory-alignment

Assembly function address table and data under the function or in data section

How can I get g++ to issue a warning when converting int64_t to int?

c++ linux x86 g++

Fastest way to set a single memory cell to zero or a constant in x86 assembly?

Why do we use sub esp, 4 instead of push a register in assembly?