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

MSR CPSR_C, #0x13 doesn't work using ARM assembly?

assembly arm cortex-a8

GCC access memory above stack top [duplicate]

assembly gcc x86-64 sse red-zone

ADDC versus ADD

assembly 8051

Signalling NaN was corrupted when returning from x86 function (flds/fstps of x87)

linux gcc assembly fpu x87

How to access delphi open array parameter in inline assembly

How to do a naked function and inline assembler in x64 Visual C++

c++ c visual-studio assembly

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