Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Fastest 64-bit population count (Hamming weight)

Why "movl $1, %edx" instead of "movl $0, %edx" in a do while

c gcc for-loop assembly x86

Multicore clock counter consistency

warning #13212: Reference to ebx in function requiring stack alignment

c++ assembly

-O3 in ICC messes up intrinsics, fine with -O1 or -O2 or with corresponding manual assembly

How to play sound on two different DOSBoxes simultaneously?

Writing a VOP that is equivalent to mul/imul

Does anyone know where to get actual Cray PVP code?

assembly emulation cray

Microsoft Assembler to GNU Assembler conversion

Messing with the stack in assembly and c++

assembly hook

GCC inline assembly error: Cannot take the address of 'this', which is an rvalue expression

Automatically generate xmm register name in a gas macro?

assembly x86 gnu-assembler sse

Can this Linux / 32bit x86 assembly "Hello, World" be made smaller still?

assembly code-golf

Assembly error when compiling a C file under Linux

c assembly

Pipelining in assembly

assembly mips

Could someone explain about large fs:0?

Efficiency between pointer and array(less assembly instructions doesn't take less time) [duplicate]

How can I dynamically hint a branch target to an x64 CPU?

Getting large drive structure information in DOS 7.x

c++ assembly dos

Conversion to branchless of consecutive if statements