Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Do I need an atomic if a value is only written?

c++ c assembly x86-64 stdatomic

How to find a method in assembly code

c++ assembly

x86 gcc assembly output help please

c gcc assembly

making mistake in inline assembler in gcc [duplicate]

c++ assembly intel clock

Approximating the square root of sum of two squares on a microcontroller

Delphi + Assembly array access

delphi assembly basm

How to load memory address without using pseudo-instructions?

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