Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Why don't compilers generate microinstructions rather than assembly code?

What are good or interesting Assembler-like languages, but at a higher level? [closed]

assembly

assembly "mov" instruction

Assembly difference between [var], and var

assembly x86 nasm

What's the advantage of writing an OS entirely in assembly? [closed]

c assembly operating-system

Range of immediate values in ARMv8 A64 assembly

Why does clang produce inefficient asm with -O0 (for this simple floating point sum)?

what does this instruction do?:- mov %gs:0x14,%eax

c assembly x86

How do demomakers attain ultra small filesizes?

What does mov eax, dword ptr [eax] do?

assembly x86

add vs mul (IA32-Assembly)

gcc inline assembly - operand type mismatch for `add', trying to create branchless code

Convert C program into assembly code

c assembly

What does this assembly language code mean?

assembly x86

assembly language and optimization [closed]

optimization assembly

Understanding how EIP (RIP) register works?

Choosing the right and learning assembler for compiler-writing

x86 nasm assembly