Search code examples
Acquire-release on x86...


cmultithreadingassemblyx86x86-64

Read More
How do applications determine if instruction set is available and use it in case it is?...


c++windowsassemblyinstruction-setcpuid

Read More
understanding aarch64 assembly function call, how stack is operated?...


assemblycallstackarm64abi

Read More
When are GAS ELF the directives .type, .thumb, .size and .section needed?...


assemblyarmelfgnu-assemblerthumb

Read More
Programmable microcontroller in Assembly language with breadboard...


assemblyx86raspberry-pi

Read More
REPNZ SCAS Assembly Instruction Specifics...


assemblyx86reverse-engineeringstrlen

Read More
How to improve this MIPS-Assembly program...


assemblymips

Read More
What is callq instruction?...


assemblyx86x86-64att

Read More
How does assembly code get compiled and run?...


assemblyx86-16bootloader

Read More
How does this disassembly output correlate to the function source?...


cassemblyx86

Read More
How to prevent gcc from reordering x86 frame pointer saving/setup instructions?...


cassemblygccx86callstack

Read More
ISB instruction in ARM Cortex M...


assemblyarmcortex-mmemory-barriersinstructions

Read More
What causes x86-64 Page Fault with only the Write bit set when a hardware interrupt happens while CP...


cassemblyrustx86osdev

Read More
Setting breakpoints in GDB on a program build with YASM -g dwarf2 changes program behaviour and segf...


assemblygdbx86-64yasm

Read More
LEA vs MOV + INC for incrementing a variable and storing it in another one?...


assemblyx86-64intelmicro-optimization

Read More
Program keeps saying "Not a prime number" for any number I enter...


assemblyprimesx86-16emu8086

Read More
Problem in understanding the overflow flag (OF) as defined by the IMUL instruction...


assemblyx86eflags

Read More
Assembly infinite sized number...


assemblybinarynumbersembeddedbigint

Read More
Why Is GCC Using Mov Instead Of Push In Function Calls?...


cassemblygccx86-64stack-memory

Read More
What are SP (stack) and LR in ARM?...


assemblystackarm

Read More
How to use STR and LDR in Assembly...


assemblyarm

Read More
C and assembly project suggestion needed for class on low-level software...


cassemblyproject

Read More
Linux kernel 0.01 bootloader used rep movw, not rep movsw? Does that actually repeat plain MOV?...


assemblyx86instructionsas86

Read More
Stack memory addresses in Shellcode...


assemblyx86stackshellcodeexecve

Read More
What's the most efficient way to swap 4 16-bit integers on a 64-bit processor?...


c++assemblymicro-optimization

Read More
Getting "label redefined" error using local label inside an inline/einline block in VASM...


assemblyz80

Read More
Assembly x86 (16bit): More accurate time measurement...


assemblytimedosx86-16tasm

Read More
How to characterize a workload by obtaining the instruction type breakdown?...


assemblyvalgrindwindows-subsystem-for-linuxperfintel-pin

Read More
Getting a string to print via bios interrupt...


assemblyx86nasminterruptbios

Read More
stored string in stack gets printed reversed in boot sector assembely code...


assemblyx86-16bootloaderreal-mode

Read More
BackNext