Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Tiny SSE addpd loop slightly slower than scalar on AMD Phenom II?

c++ c gcc assembly sse

Find first "1" in binary number [duplicate]

c algorithm assembly x86

6502 Relative Address mode wrapping

assembly 6502

shrl vs sarl .. x86 Assembly gnu

gcc assembly x86 gnu bit-shift

Compiler code generation comparisons

Is there some benefit in the following assembly commands?

get the caller's lr from subroutine into C variable - arm

assembly arm

What's difference between number with $ or without $ symbol in at&t assembly syntax?

Convert string to int. x86 32 bit Assembler using Nasm

assembly x86 integer nasm

Are RAX, RBX, RCX, RDX, RSI, RDI, RBP, RSP, R8-R15 interchangable?

How to access C preprocessor constants in assembly?

c assembly c-preprocessor

Value in Carry Flag

assembly x86 masm

ASM space optimization: EAX vs EBX

How to make a delay in assembly for avr microcontrollers?

In assembly code, how .cfi directive works?

assembly stack dwarf

In ARM cortex m0, what is the first instruction?

What to do in interrupt handler for divide by zero?

Why does GCC put a no-op push/pop when using int foo asm("ebx") to pin a var to a register?

c gcc assembly x86

Displaying Time in Assembly

assembly time x86-16 emu8086

Locks around memory manipulation via inline assembly

c assembly x86 locking spinlock