Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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'?

MIX or MMIX - what is the best [closed]

Explain how the AF flag works in an x86 instructions?

intel c assembly x86 x86-16

Android.mk - How to assemble and link ARM assembler files

Read register value to variable, with one asm command

c gcc assembly inline-assembly

AMD64 -- nopw assembly instruction?

c gcc assembly x86 machine-code

Efficient modulo-255 computation