Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What are the segment and offset in real mode memory addressing?

How do vararg functions find out the number of arguments in machine code?

Anyone knows what "mov edi,edi " does?

How do assembly languages work?

assembly hardware grammar

How to get c code to execute hex machine code?

c assembly x86 x86-64 shellcode

Why were old games programmed in assembly when higher level languages existed?

assembly

Could this code damage my processor?

c assembly cpu-registers

Is optimizing certain functions with Assembler in a C/C++ program really worth it?

c++ c optimization assembly

What is the reason for inner loop performance degradation after upgrade?

Assembly GUI programming for Mac OS X

Different read and write count using cachegrind and callgrind

Beating or meeting OS X memset (and memset_pattern4)

Can branch prediction crash my program?

Intel CPUs Instruction Queue provides static branch prediction?

Unexpected x64 assembly for __atomic_fetch_or with gcc 7.3

TI assembly: differences between

assembly z80 ti-basic

Addressing Modes in Assembly Language (IA-32 NASM)

How to power down the computer from a freestanding environment?

An SSE Stdlib-esque Library?

c++ c visual-c++ assembly sse

Retq instruction, where does it return