Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What do the abbriviations (Rn, Rd, ...) in the instruction set of ARM mean?

Declaring an empty destructor prevents the compiler from calling memmove() for copying contiguous objects

How does the jump instruction in assembly work with multiple processes?

assembly operating-system

Why didn't Intel made the high order part of their CPUs' registers available?

assembly x86 cpu-registers

What part (specifically) of a native executable makes it non-portable?

Why does the caller have to clear the stack in the cdecl calling convention?

What exactly does the 3 operand imul instruction do in ia-32 assembly?

Get the upper half of the EAX register

assembly x86

Mixing assembler code with c/c++

c++ c assembly

Is Zero Register 'zr' in aarch64 essentially ground?

How exactly does the x86 LOOP instruction work?

What is the instruction that gives branchless FP min and max on x86?

for(i=0;i<10000000000;++i) compiles to endless loop?

c assembly for-loop

BL instruction ARM - How does it work

assembly arm

double condition checking in assembly

assembly x86

TI DSP programming - is C fast enough or do I need an assembler?

Why do programmers confuse the term "assembler" with "assembly"? [closed]

How to store and call a compiled function in C / C++?

Assembly language and compiled languages

Are goto statements efficient when compared to calling functions? [closed]

c++ c assembly goto machine-code