Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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?

Multiply float in Assembly

assembly x86

What does `__meminit` mean in Linux Kernel?

AVX-512 Instruction Encoding - {er} Meaning

assembly x86 avx avx512

How to read Assembly Opcode Reference?

inline asm: operand type mismatch for 'out'

How to tell the GNU assembler to warn when using undefined labels?

Does the flag register need to be saved when an interrupt occurs, or a process scheduling happens?

What is the difference between assembly language of x86 and x64 architecture?

assembly x86 x86-64

Is it possible to make writeable variables in .text segment using DB directive in NASM?

windows assembly x86 nasm

Why does calling the C abort() function from an x86_64 assembly function lead to segmentation fault (SIGSEGV) instead of an abort signal?