Search code examples
Push XMM register to the stack...


assemblyx86simdsse

Read More
What are the binary representations for the flags used in the Linux open() syscall?...


clinuxassembly

Read More
Order in which instructions are printed/executed...


assembly64-bitnasm

Read More
How to Calculate Jump Target Address and Branch Target Address?...


assemblymipsmachine-codeinstruction-encoding

Read More
How to read the Marie Programme table?...


assemblymarie

Read More
What are the Absolute Far Jump Operands in X86...


assemblyx86machine-instruction

Read More
GAS: Explanation of .cfi_def_cfa_offset...


assemblycallstackgnu-assemblerdwarf

Read More
How to determine which x86 memory operand width and type is used from an asm listing?...


c++assemblyx86x86-64gnu-assembler

Read More
Are variables of type .double stored on two registers?...


assemblyfloating-pointmipscpu-architecturecpu-registers

Read More
Binary Right Shift, Given Only Addition...


assemblybinarybit-manipulationbit-shiftlc3

Read More
How to get NASM to encode `push` with a sign-extended 16-bit immediate?...


assemblyx86-64nasminstruction-encodingimmediate-operand

Read More
Working with 64-bit products and quotients of 32-bit integers in assembly x86-64...


assemblyintegerx86-64multiplicationdivision

Read More
How to write self-modifying code in x86 assembly...


assemblyx86jitvm-implementationself-modifying

Read More
clang (LLVM) inline assembly - multiple constraints with useless spills / reloads...


gccassemblyclangx86-64inline-assembly

Read More
How to use LEA in 80x86 assembly?...


assemblyx86

Read More
RISC-V assembly: global pointer set to a weird value...


assemblyriscv

Read More
IA-32 assembly divison...


assemblyx86intelinteger-divisionsign-extension

Read More
Forth: What is the standard way to define a word using machine code?...


assemblyforth

Read More
Pipeline on Registers calculation...


c++assemblyx86cpu-architecture

Read More
E2028: _small_code_ is an undefined reference...


cassemblywatcom

Read More
How does a computer/microprocessor understand the mnemonics(assembly language) written by a programm...


assemblyasciimachine-codemicroprocessors

Read More
Print the greatest number in assembly programming...


assemblyx86reusability

Read More
If I have an 8-bit value, is there any advantage to using an 8-bit register instead of say, 16, 32, ...


assemblyx86cpu-architecturecpu-registers

Read More
Why are multiple B.Cond statements always resolving only one way for variable input?...


assemblyconditional-statementsqemuarm64

Read More
Strange size change in core dump file...


cassemblystack-overflowcoredump

Read More
Should using MOV instruction to set SS to 0x0000 cause fault #GP(0) in 64-bit mode?...


assemblyx86-64nasmosdevmemory-segmentation

Read More
ModR/M Historical Notation /0.../7...


assemblyx86-64instruction-setinstruction-encoding

Read More
Repeated integer division by a runtime constant value...


c++assemblyoptimizationx86-64integer-division

Read More
Atmega8 - Compile and link C and Assembly-files with one Makefile...


assemblymakefileembeddedavravr-gcc

Read More
How to read stack memory with gdb...


debuggingmemoryassemblygdb

Read More
BackNext