Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Cost of polymorphism

Inline assembly vs math library

math gcc optimization assembly

Why a segfault instead of privilege instruction error?

linux performance assembly x86

Tracing call stack in disassembled code

c++ c assembly gdb x86-64

Fastest way to pack two nibbles into one byte

c++ assembly byte-shifting

Insert inline assembly expressions using Llvm pass

assembly insert llvm inline

Effective Address calculation time on 8086/8088

How come `0F 1A /r` and `0F 1B /r` have been NOP before Intel MPX?

assembly x86 intel

Reserve bytes in stack: x86 Assembly (64 bit)

48-bit string of eight 6-bit units: how to get middle 4 bits of each unit quickly

c algorithm assembly des

repeating mov instruction x86

assembly x86 instructions as86

How do I raise an exception in an asm block?

How is a spin lock woken up in Linux/ARM64?

assembly linux-kernel arm64

Asm variable in C code

c assembly

Mysterious call is added when reference is assigned in c#

c# assembly native-code

Help with GBA ARM assembly program

Error in my first assembly program (GCC Inline Assembly)

What does machine dependency 'mean'?

AMD64 -- nopw assembly instruction?

c gcc assembly x86 machine-code

Efficient modulo-255 computation