Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

ARM, GNU assembler: how to pass "array" arguments to execve()?

gdb without gcc

linux assembly gdb

INT vs CALL on Asm instructions

assembly x86 nasm

How to port pgm_read_byte macro (AVR-GCC) to Mircrochip C18 Compiler?

c assembly embedded avr avr-gcc

Difference between ARM ADD with 2 or 3 operands?

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