Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

How do I call a global C function pointer in NASM without warnings?

Why does an `invlpg` instruction not work when I pass a pointer as a memory operand in inline assembly?

c assembly x86 inline-assembly

Arithmetic shift-right integers with half rounding toward zero

What is the purpose of IR (Intermediate Representation)

#define in inline assembly in GCC

c assembly embedded inline

I don't understand these assembly code and machine code differences if assembly code instructions are equivalent of machine code instructions

assembly executable