Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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?

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