Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Translate Delphi style ASM to English?

delphi assembly x86 basm

Tiny Pe file format program error when running on Windows 7 64-bit

BIC Instruction

assembly arm

What harm can a C/asm program do to Linux when run by an unprivileged user?

What is gcc -O2 doing to the recursive Fibonacci function?

gcc assembly recursion x86

x86 Instruction Format: "ba 0e 00 00 00" ... "mov $0xe,%edx"

linux assembly x86

Why interrupt 0x2A doesn't work in x64?

windows delphi assembly

Why "or ah,ah"?

assembly x86

incorrect register '%rbx' used with 'l' suffix

How create a C compiler without a C native compiler

Is there a way to keep a word sized immediate in a 32bit register instruction

ARM: Is "STMDB SP!, {R0-R8}" (aka PUSH {R0-R8}) an atomic operation?

assembly stack arm atomic

How to delay an ARM Cortex M0+ for n cycles, without a timer?

assembly arm cortex-m

Broadcast a byte value to all 16 XMM slots in Delphi ASM

How to print error message using errno in assembly language

linux assembly nasm x86-64

MASM Assembly move 8 bit register to the 16 bit register (ie. mov cx, ch) [duplicate]

same assembly instruction but different machine instruction

assembly x86 nasm disassembly

Number of executed Instructions different for Hello World program Nasm Assembly and C

linux gcc assembly x86-64 nasm

How many CPU cycles one addition take?

python assembly clock timeit

NASM tutorial uses int 80h, but this isn't working on Windows

windows winapi assembly x86 nasm