Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Why is clang over-complicating my simple factorial function?

clang vs gcc: different code for volatile access

c++ gcc assembly clang volatile

Choose assembly implementation to use based on supported instructions

Java auto vectorization example

Copying 64 bytes of memory with NT stores to one full cache line vs. 2 consecutive partial cache lines

c performance assembly x86 avx

What is clang trying to do optimizing this simple recursive algorithm?

c assembly x86 clang

assembly language in os x

macos assembly

Assembly Converting MOV / MOVZX and MOVSX to C code (no inline asm)

How does the linker find the main function?

assembly x86 x86-64

Assembly, the meaning behind the colon ":"

assembly tasm

Run dynamically generated assembly in C (GNU/Linux)

Cost of x86 register renaming

Trouble with custom OS's bootloader not jumping to kernel

linux assembly bootloader

how are structs passed as parameters in assembly

assembly x86 stdcall cdecl

Calculating the file offset of a entry point in a PE file

Fibonacci Series in Assembly x86

assembly x86 fibonacci

Why does VC++ 2010 often use ebx as a "zero register"?

Why does Clang do this optimization trick only from Sandy Bridge onward?

Is it possible to wake up intel cores with INIT-SIPI-SIPI sequence with all cores in real mode?

assembly x86 dos multicore fasm

Is an extra move somehow faster when doing division-by-multiplication?

c gcc assembly clang x86-64