Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How to get VS2013 to stop generating calls to __dtol3, __dtoui3, and other functions for casting between integer types?

Why gcc disassembler allocating extra space for local variable?

Difference between ISA (e.g. MIPS) and Assembly language

How can Microsoft say the size of a word in WinAPI is 16 bits?

c windows winapi assembly msdn

Adding a redundant assignment speeds up code when compiled without optimization

How sqrt() of GCC works after compiled? Which method of root is used? Newton-Raphson?

c function math assembly sqrt

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?