Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Using FPU and MMX registers as "general registers"

Any reason to use BX R over MOV pc, R except thumb interwork pre ARMv7?

Understanding arm64's kvm_vcpu_run_vhe function

c assembly linux-kernel arm kvm

What code skeleton should I use for Intel 8086 DOS assembly?

assembly x86 dos x86-16

Optimized 2x2 matrix multiplication: Slow assembly versus fast SIMD

c assembly matrix

Is there any larger significance to this piece of translated assembly code?

How to divide by 9 using just shifts/add/sub?

Spinlock with XCHG unlocking

GCC PowerPC avoiding .rodata section for floats

Which Linux kernel function creates the 'process 0'?

c assembly linux-kernel x86 boot

push local variables

assembly

MS Visual Studio 2010 how to use the .asm generated file

arm thumb mode 4byte instructions

How are sin and cos implemented hardware wise?

assembly trigonometry

Two sequential branch instructions in MIPS assembly?

Why is this inline assembly calling release, retain, and autorelease in libobjc?

Is gcc's asm volatile equivalent to the gfortran default setting for recursions?

How to properly use carry-less multiplication assembly (PCLMULQDQ) in zlib CRC32?

Portable efficient alternative to PDEP without using BMI2?

Assembled c++ appears to contain superfluous instructions