Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Why does x86 nopl instruction take an operand? [duplicate]

Meaning of BND RET in x86

Efficiently find least significant set bit in a large array?

clang (LLVM) inline assembly - multiple constraints with useless spills / reloads

Instruction Level Profiling: The Meaning of the Instruction Pointer?

Stable raster on C64

assembly 6510

Optimizing a bit-manipulating algorithm in GameBoy Z80

Is there a complete x86 assembly language reference that uses AT&T syntax? [closed]

assembly x86 intel

Fast signed 16-bit divide by 7 for 6502

Is there a penalty when base+offset is in a different page than the base?

MIPS load word syntax

assembly mips

Inline assembly in Haskell

MIPS assembly for a simple for loop

loops assembly mips mips32

ARM: Why do I need to push/pop two registers at function calls?

How is floating point conversion actually done in C++?(double to float or float to double)

What are the .w and .n suffixes added to arm assembly instructions?

assembly arm

What considerations go into predicting latency for operations on modern superscalar processors and how can I calculate them by hand?

Why are RISC-V S-B and U-J instruction types encoded in this way?

What CPU registers are to be restored at the end of an asm procedure in Delphi

Why are Intel x87 registers 80 bits wide?