Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Fast sine/cosine for ARMv7+NEON: looking for testers…

Improving field get and set performance with ASM or Javassist

Which 2's complement integer operations can be used without zeroing high bits in the inputs, if only the low part of the result is wanted?

Why does this difference in asm matter for performance (in an un-optimized ptr++ vs. ++ptr loop)?

Why is typeA == typeB slower than typeA == typeof(TypeB)?

c# .net assembly x86-64

Developing Android apps using assembly language

android assembly

Running 32 bit assembly code on a 64 bit Linux & 64 bit Processor : Explain the anomaly

linux assembly gdb x86 x86-64

Are there any good, modern, online guides to hand optimizing assembly code? [closed]

optimization assembly

LLVM assembly: assign integer constant to register

What is the difference between assembly on mac and assembly on linux?

macos gcc assembly x86 x86-64

What is the stack engine in the Sandybridge microarchitecture?

Understanding the impact of lfence on a loop with two long dependency chains, for increasing lengths

How do RIP-relative variable references like "[RIP + _a]" in x86-64 GAS Intel-syntax work?

Game Boy: Half-carry flag and 16-bit instructions (especially opcode 0xE8)

What is the use of .byte assembler directive in gnu assembly?

Fast merge of sorted subsets of 4K floating-point numbers in L1/L2

GCC generate Canary or not?

Use label in assembly from C

c gcc assembly nasm

What Does Windows Do Before Main() is Called?

Why REP LODS AL instruction exists?

assembly x86 intel amd