Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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?

Emulate ARM Systems on QEMU

linux assembly arm qemu cortex-m

Setting irq_handler in ARM assembly

Using OUTB to set cursor position in my minimal OS kernel causes QEMU screen to flicker

c assembly x86 qemu osdev

Playing .wav files on DOSBox's Sound Blaster device

Complete x86/x64 JIT Assembler for C Language

assembly x86 x86-64 jit

Assembler can't locate existing files

assembly x86 dos tasm dosbox

How to disable possible stack smashing protection (EIP is not being overwritten, EBP is)

What's the corresponding prefix in arm assembly for "lock" in x86?

assembly locking arm