Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

When does Linux x86-64 syscall clobber %r8, %r9 and %r10?

Debugging assembly

Accessing a label from outside a function

c assembly kernel

MIPS (curiosity) faster way of clearing a register?

How would one programmatically simulate lower processor frequencies?

c assembly x86 cpu simulation

How to make string input in Assembly language?

user-input dos assembly

Using Assembly On Mac

macos assembly x86

Accessing arbitrary 16-bit elements packed in a 128-bit register

Program Counter?

On iOS how to quickly convert RGB24 to BGR24?

PTX "bit bucket" registers

assembly cuda gpgpu ptx

Using global variables declared in C, in Arm assembly

c assembly arm

What is the effect of using JMP on a function address?

function assembly ida

SSE Bilinear interpolation

c++ assembly graphics sse

Allocating a new call stack

c assembly stack callstack

The END directive in assembly language

assembly x86 masm32

How to step over interrupt calls when debugging a bootloader/bios with gdb and QEMU?

assembly gdb qemu bootloader

How did an assember for x86 get a label's address defined after jmp instructions referenced to it?

assembly x86

Can I write multiple Assembly instructions on the same line?

assembly

Reverse engineer optimized c code from assembly