Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Are the prologue and epilogue mandatory when writing assembly functions?

c assembly nasm epilogue

Get size of x86-64 instruction

c assembly x86-64

delay in assembly 8086

assembly delay

ARM Assembly backtrace PC offset

How "lock add" is implemented on x86 processors

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