Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

what does label: .word label mean in ARM Assembly

assembly arm

Assembly Bootloader Not Jumping to Kernel

C function syntax

assembly glibc

SIMD minmag and maxmag

Why can't I use compiler intrinsics in an asm block?

delphi assembly

Inline assembly in C code using TI code composer studio (for ARM)

assembly arm code-composer

Why ARM gcc push register r3 and lr into stack at the beginning of a function?

c gcc assembly arm

x86 instruction encoding how to choose opcode

What are the consequences of changing a symbol from .globl to .weak?

Transition from real to protected mode in the Linux kernel

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