Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

MIPS load byte (lb) with offset

assembly mips

Self contained C routine to print string

Use of STREXEQ instead of STREX for spinlock implementation in ARM

How are params passed when calling Printf from 64 bit asm?

cuda - minimal example, high register usage

When are the carry flags set by x86 negation (NEG) / subtraction (SUB)?

assembly x86 carryflag eflags

Deriving optimized strlen in assembler?

assembly

gdb - nop with extra data, why?

assembly gdb 64-bit

understand cmpb and loops in assembly language

assembly

Is there a difference between MASM shellcode and NASM shellcode

assembly nasm masm shellcode

Setup insight on Ubuntu 14.04 or Linux Mint 17

linux assembly

Relationship between CPSID instruction and Generic Interrupt Controller on ARM

assembly arm interrupt

Confusion in Memory segmentation in x86

c assembly x86

Error moving a constant byte value into %ebx

Better way to dynamically update tile data on Commodore 64

assembly 6502 c64 6510

Finding missing C code, given assembly code?

c assembly x86

Why does Visual Studio assemble mov eax, [edx][ebx][ecx][edi] without complaint?

assembly x86 masm

Why we need to disable all interrupts at system startup or system initialization?

Why does .NET Native compile loop in reverse order?

How can I set or clear overflow flag in x86 assembly?

assembly x86 eflags