Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Why do x86 FP compares set CF like unsigned integers, instead of using signed conditions?

assembly x86 sse sse2 x87

How to .set a .globl symbol in GAS?

c assembly gnu-assembler

Why does this assembly implementation of strcmp behave unexpectedly?

c assembly x86 x86-64 strcmp

GNU as recursive/loop macro expected output

C with inline assembly - recursive function that calls within the asm statement

Avoid unnecessary mov ecx, ecx instruction in bzhi(y, tzcnt(x))

What calling convention should I use to make things portable?

Relation of endianness to assembly conversion of size in C

c assembly x86-64 endianness

Is there any reason to use MOVS/CMPS/STOS/SCAS without a repeat prefix?

assembly x86

Linker Script Does Not Skip Bytes As Expected

What is the meaning of "ENT1 *" in TAOCP MIX assembly language?

assembly knuth taocp

Is '.set noat' unsupported for MIPS assembly?

Does RSQRTSS break the dependency on the destination register?

Writing a new jit

c++ assembly jit

Unexpected behaviour during implicit conversion in C

ARM-C Inter-working

c assembly cortex-m thumb lpc

Write graphics pixels in 16-bit assembly

assembly x86 16-bit vga

How do I ignore line breaks in input using NASM Assembly?

ld MinGW link to standard C library

windows assembly x86 mingw nasm

How to run bitwise OR on big vectors of u64 in the most performant manner?

c++ performance assembly cpu avx