Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Why is ROL instruction used?

assembly x86

Getting random number from 6502 assembler

assembly random 6502 c64

Assembly compiled executable using INT 0x80 on Ubuntu on Windows Subsystem for Linux doesn't produce output

Difference between LEA and MOVE.L?

assembly 68000

x86/x64 Add Displacement addressing

assembly x86 64-bit

Using buffer overflow to execute shell code

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