Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Access of struct member faster if located <128 bytes from start?

Why is acquire semantics only for reads, not writes? How can an LL/SC acquire CAS take a lock without the store reordering with the critical section?

ARM: Why only 12 bits for immediate constants?

what is the main difference between ASM JUMP instruction and the Pointer in C/C++

c++ assembly

LAHF (load AH with lower order byte of the flag register)

assembly x86 flags

what's meaning of f in "js 2f\n\t"?

About declaring and initializing a structure in Fasm assembly

assembly fasm

Is it possible to perform some computations within the RAM?

Can NASM generate a file with machine code hexdump + asm source?

assembly x86 nasm

`js` and `jb` instructions in assembly

assembly x86 att

What is the correct use of multiple input and output operands in extended GCC asm?

gcc assembly

What is the colon in the c language between two strings?

How to make MSVC generate assembly which caches memory in a register?

Unrecognised emulation mode: elf_i386 on MinGW32

c assembly linker x86 osdev

Is there a way to treat the register file as an array in ARMv8 (scalar or Neon)?

assembly arm64 neon

declaration of constant strings in x86 assembly language

assembly x86 masm

Copy content of C variable into a register (GCC)

c linux gcc assembly x86

Do we ever need memory barriers with C++ atomics on Intel x86?

Find a minimal self-modifiying code example for educational purpose in x86 assembler?

assembly x86 self-modifying

What are the possible reasons for registers to be offset by 1 in GDB?

assembly arm gdb gnu cortex-m