Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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?

How is POPCNT implemented in hardware?

assembly x86 hardware

Which versions of Windows support/require which CPU multimedia extensions? (How to check if SSE or AVX are fully usable?)

windows assembly sse avx avx512

Is there a list of deprecated x86 instructions?

Reliable information about x86 string instruction performance?

A faster but less accurate fsin for Intel asm?