Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Classic assembly language texts not using x86?

assembly 6502 vax

How's return value implemented in assembly level?

assembly return-value

How to write two bytes to a chunk of RAM repeatedly in Z80 asm

Developing a non-x86 Operating system [closed]

Operand size conflict in x86 Assembly?

assembly x86

Quick, beginner MASM register question - DX:AX

assembly masm cpu-registers

LEA instruction? [duplicate]

assembly x86

rdtsc, too many cycles

c assembly x86 rdtsc

In x86 assembly how can you set the zero flag (ZF) without doing a compare operation?

x86 assembly machine-code

assembly cltq and movslq difference

Jump instruction in MIPS Assembly

assembly mips

Do you ever need to write real code in assembly language?

assembly x86

Incrementing from 0 to 100 in assembly language

gnu-assembler assembly

How do I read the value of all registers with gdb?

Compiler generates costly MOVZX instruction

x86 jump to an address

assembly x86 gdb

In C++, which is faster? (2 * i + 1) or (i << 1 | 1)?

Why do we need different CPU architecture for server & mini/mainframe & mixed-core? [closed]

procedure that swaps the bytes (low/high) of a Word variable

delphi assembly basm

Decompilation possibilities in iOS and how to prevent them