Search code examples
Are data races in assembly dangerous?...


assemblyconcurrencyx86armundefined-behavior

Read More
How can I avoid vlink to combine BSS and CODE sections when linking C and ASM code?...


cassemblyamiga

Read More
What's the difference between the x86 NOP and FNOP instructions?...


assemblyx86x87

Read More
Understanding the differences between mov and lea instructions in x86 assembly...


assemblyx86cpu-registersmov

Read More
Improve SSE (SSSE3) YUV to RGB code...


optimizationassemblyrgbsseyuv

Read More
Programming esp32 and esp8266...


assemblyiotesp8266esp32esp8266wifi

Read More
Can the _start symbol in the assembly be replaced with another word?...


assemblynasm

Read More
How can I assemble a relative call to an absolute ptr addr (relative to current rip) using NASM?...


assemblyx8664-bitnasm

Read More
How do I understand string arrays conversions in Assembly...


cassembly

Read More
arm64 ldp instruction encoding...


assemblyarm64

Read More
Why does the add instruction in assembly seemingly make an implicit sizeof() conversion?...


cpointersassemblymemory

Read More
Why GCC generates a mov of the array's beginning on every loop iteration to access array using [...


cassemblygccx86

Read More
Why LDP crashes when using w registers but not with x registers...


assemblyarm64

Read More
Understanding Byte Order and Register Allocation: Little Endian vs Big Endian...


assemblyendiannesscpu-registers

Read More
Rust assembly of Option<i32>...


assemblyrustgodbolt

Read More
DOSbox automatically freezes and crashes without any prompt warnings...


assemblyx86-16dosdosbox

Read More
Can a hashtag '#' be used as a comment in assembly (NASM)?...


assemblyx86comments

Read More
Why does LLVM-MCA measure an execution stall?...


assemblyx86cpu-architecturellvm-mca

Read More
Constant function pointer optimization...


cassemblygccoptimizationfunction-pointers

Read More
Why does MSVC never return struct in RAX for member-functions?...


c++assemblyvisual-c++x86-64calling-convention

Read More
Reading characters from command prompt and using them for path-name in 8086 assembly...


assemblyx86-16tasm16-bitdosbox

Read More
GNU AS ASM to bytecode dump...


assembly64-bitgnu-assembler

Read More
Why is data loaded bigger than expected using ADRP, ADD, and LDR instructions?...


assemblyarm64mach-o

Read More
how to get rid of TASM warning Operand size conflict...


assemblyx86tasm

Read More
print a __m128i variable...


cassemblyssesimdintrinsics

Read More
Loading a 64 bit address into a register...


assembly64-bitriscv

Read More
Breakpoints for assembly code in VSCode with GDB...


visual-studio-codeassemblygdbx86-64att

Read More
How to write data to a graphics card without using BIOS?...


cassemblyx86operating-systemhardware

Read More
Move string to end of file assembly...


assemblyx86-16dostasm

Read More
Open source and independent ARM and RISC-V assemblers...


assemblyarmopen-sourceintelriscv

Read More
BackNext