Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Generating a random number within range of 0-9 in x86 8086 Assembly

assembly random x86 x86-16

Using Vector<T> for SIMD in Universal Windows Platform

Is Intel's timestamp reading asm code example using two more registers than are necessary?

Why is the address of static variables relative to the Instruction Pointer?

Finding the most frequently occurring element in an SSE register

algorithm assembly x86 sse

Graphics mode in assembly 8086

assembly graphics emu8086 vga

What are the differences between the compress and expand instructions in AVX-512?

assembly x86 simd avx512

Why does the number of uops per iteration increase with the stride of streaming loads?

PS/2 keyboard won't send keypress interrupts, but does respond to commands

c assembly x86 interrupt osdev

ARM assembly puzzle

Redundant instruction in compiled code [duplicate]

Looking for a half float or quarter float library [closed]

c++ c assembly floating-point

How to understand the first line of the DCPU-16 specs assembly example?

assembly dcpu-16

Printing floating point numbers from x86-64 seems to require %rbp to be saved

Software interrupts VS System calls

numpy around/rint slow compared to astype(int)

python c assembly numpy sse

x86 assembly equ vs =

_addcarry_u64 and _addcarryx_u64 with MSVC and ICC

What's So Difficult About `uint64_t`? (Conversion Assembly From `float`)

Why does GCC on x86-64 insert a NOP inside of a function?

gcc assembly x86-64 nop