Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

Can someone explain how LDRD arm instruction works?

assembly arm instructions

How could this assembly be possible?

c gcc assembly x86

x86 sbb with same register as first and second operand

What are 8086 ESC instruction opcodes

Why does GCC not assign the static variable when it is initialized to 0

c gcc assembly static

Record dynamic instruction trace or histogram in QEMU?

linux assembly trace qemu riscv

How does the hardware know whether a variable is positive or negative?

Byte order in memory after storing a 16-bit number on 8086?

What is the width of a stack in an Intel IA32 architecture?

assembly stack

Process command line in Linux 64 bit [duplicate]

linux assembly 64-bit