Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Given return address, how to get the address of the function?

c assembly x86

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

Why are x86 registers named the way they are?

Unexpectedly slow performance on moving from register to frequently accessed variable

c assembly caching x86-64 perf

Why is (V)SHUFPS not in Intel's constant time instruction list?

AT&T syntax hello world works but intel syntax does not