Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How did classic side scrollers implement timed events and animation triggers?

graphics assembly

How does the `test` instruction work?

What compiler would I use to write machine language?

assembly machine-code

What is the best way to perform branching using Intel SSE?

Assembly: Why does jumping to a label that returns via ret cause a segmentation fault?

linux assembly nasm yasm

Storing addresses in a register for MIPS

assembly mips

Why isn't # needed before numbers with DC.W (Define Constant), only instructions?

Which is the better approach to multiplying two bytes using only bit-shifting and adding?

How do programmers ensure that compilers create correct code?

List of y86 commands?

assembly y86

Printing an Int (or Int to String)

string assembly int nasm

Assembly language: macros vs procedures

assembly macros procedures

How to reverse a byte

assembly byte reverse avr atmega

Relocation in assembly

assembly arm bare-metal

Getting an label address to a register on ARM?

assembly arm

Pushing a pointer into the eax and ebx registers in GCC

c gcc assembly x86 cpu-registers

What does the colon : mean in x86 assembly GAS syntax as in %ds:(%bx)?

What do we mean by instruction size?

What are the benefits of using smaller registers, e.g. al vs eax / rax

Linux x64: why does r10 come before r8 and r9 in syscalls?