Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

`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

In x86_64, does a 32-bit cmov clear the top bits if the condition is false?

Fastest way to set highest order bit of rax register to lowest order bit in rdx register

Is resb 2 equivalent to resw 1?

assembly x86-64 nasm

ASM printf: no output if string doesn't include \n newline

linux assembly x86 printf att

Writing to EEPROM PIC?

assembly pic eeprom

Why push first decreases the stack pointer?

How to do DMA transfers under DOS extender or DPMI environment?

assembly x86 dos watcom

First use of AVX 256-bit vectors slows down 128-bit vector and AVX scalar ops

assembly x86-64 sse simd avx

NASM Error Parsing, Instruction Expected

assembly x86 nasm