Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Causing a divide overflow error (x86)

XOR register,register (assembler) [duplicate]

assembly xor x86

Can someone help me understand stmdb, ldmia, and how I can go about implementing this C++ code in arm assembly language?

c++ assembly arm

What is the difference between subtracting `x` and adding `-x` on an x86 machine?

Assembly Language and Platform Independence

assembly

How can x86 bsr/bsf have fixed latency, not data dependent? Doesn't it loop over bits like the pseudocode shows?

Most Efficient Unicode Hash Function for Delphi 2009

Why does gcc generate a memmove instead of a memcpy for copying a std::vector<>?

Faster way for extracting and combining bits from UINT16 to UINT8

Windows assembly heap and stack?

Macro substituting a constant number in GAS

assembly x86 gnu gnu-assembler

Get size of assembly instructions

Emulated ARM assembler environment?

assembly embedded arm

MUL instruction doesn't support an immediate value

why to use ebp in function prologue/epilogue?

c optimization assembly x86

vectorized strlen getting away with reading unallocated memory

Linux 64 command line parameters in Assembly

What does actual machine code look like at various points? [closed]

How to print exact value of the program counter in C

Relative vs Absolute jmp in Assembly

assembly x86