Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What are the pros and cons of learning assembly language?

assembly

How to force c++ compiler to use registers?

gcc inline asm jump to a label with crossing throwing an exception

c++ exception gcc assembly

nasm - error: attempt to define a local label before any non local labels

assembly x86 nasm

How to reserve bytes in code segment in 8086

assembly nasm

aarch64 xtn2 clearing lower half

assembly simd arm64 neon armv8

How do I find on which CPU/core I'm running?

c assembly x86

Working of the IRQs and the iret instruction semantics on a 32 bit kernel (protected mode)

c assembly x86 interrupt osdev

How do I take the average of a large floating point array precisely?

GCC 4.3/4.4 vs MSC 6 on i386 optimization for size fail

Safely hooking C functions into assembly

c visual-studio assembly x86

What's the equivalent of vbroadcastsd for xmm registers?

assembly x86 sse avx

Replacing recursion with a while loop

How do labels execute in Assembly?

assembly retro-computing

Floating point in x86 Assembly

assembly x86 floating-point

functions in assembler

assembly function callstack