Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Can functions/symbols in the same assembly file be re-ordered to different virtual addresses when linked?

assembly memory linker elf

How do I stop this Variant memory leak?

delphi assembly variant

Assembly 32-bit - Calling a program from another program

windows gcc assembly x86 nasm

x86 NASM Assembly - Problems with the Stack

assembly input x86 nasm

Gcc Inline ASM input variable

c gcc assembly inline-assembly

executing the content of a string in c [duplicate]

Following/Tracing a value as it's passed around in different registers / memory locations?

D function using the x86 CMPXCHG Compare-and-swap

assembly x86 d cas

How can I print Numbers with aarch64, without using C

android assembly arm arm64

Using call-preserved registers vs just the stack for saving values around a function call [duplicate]

Assembly string instructions register DS and ES in real mode

assembly x86 nasm real-mode

How to find the return address of a function in C?

Visual Studio 2013 /GH /Gh _penter/_pexit 64bit how to save registers?

What does a "pass" mean in Assembly compiling

assembly

How do cores decide which cache line to invalidate in MESI?