Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How to pass structs to C function from x86-64 assembly on Mac (NASM)

c assembly struct x86-64

How to instruct VC++ compiler to not inline a constant?

Is it possible to call a relative address with each instruction at most 3 bytes long, in 32-bit mode?

assembly x86 nasm machine-code

Cannot call real mode C function from bootloader (NASM + GCC toolchain)

Is there any way to write for Intel CPU direct core-to-core communication code?

Why using AVX ymm(m256) instructions is ~4 times slower than xmm(m128)

Fully understanding how .exe file is executed

What is the point of SSE2 instructions such as orpd?

Why doesn't RFO after retirement break memory ordering?

Why isn't my code working when adding .386?

What is the correct calling convention to use within a bootloader?

Cortex M4 LDR/STR timing

Is assembly language `assembler` specific too? Which assembler is best?

nasm masm assembly

implement eq, lt gt in assembly without jumps

Can I programatically deduce the calling convention used by a C++ dll?

Delphi label and asm weirdness?

Hello World bootloader not working

weird performance in C++ (VC 2010)

c++ performance assembly

Where to get all versions of x86 aka IA32 Instruction Set Architecture manuals

Help deciphering a few lines of assembly