Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How to read Assembly Opcode Reference?

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

How to perform right shift in Y86-64 (or other toy ISAs with ADD + AND but no native right shift)

How to prepare stack pointer for bare metal Rust?

How are instruction sets standardized?

How can I exploit Buffer Overflow on x86-64 Linux?

Why is SIMD slower than scalar counterpart

assembly x86 sse simd

Bitwise operations in subleq

Arithmetic shift to divide by ODD number - Microprogrammed Control

How to exchange between 2 bits in a 1-byte number

CVTTSD2SI - a truncating instruction - uses rounding with "inexact" results?

How are control flow graphs built in cases where the jump destination is based on a dynamic environment value?

Linux x64 Calling Convention - Why are the first 6 args at negative offsets from RBP?

ELF label address

Memory address and offset

assembly

Why the %r0 of SPARC or MIPS, is always 0?

x86 Assembly Add operands with different sizes

assembly x86