Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How is return address specified in stack?

Writing a VM - well formed bytecode?

How to perform rotate shift in C [duplicate]

c assembly

Reading from a file in assembly

linux file assembly buffer nasm

what does "mov offset(%rip), %rax" do?

Horizontal XOR in AVX

c++ assembly x86 simd avx

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