Search code examples
Why the compiler doesn't simply move data from edi to eax in unoptimized debug builds?...


cassemblyx86

Read More
Exact difference between mul and mulu...


assemblymipsmars-simulator

Read More
8086 how to reverse decimal digits of a byte in a register...


assemblyx86-16masmemu8086

Read More
How do you use gcc to generate assembly code in Intel syntax?...


assemblygccx86intel-syntax

Read More
Exit syscall not returning contents of %ebx?...


linuxassemblysystem-callsexitexitstatus

Read More
Can I add my own assembly file/instructions to a godbolt project?...


c++assemblyclangcompiler-explorer

Read More
How much of this is needed to read ticks from the BIOS (8086)?...


cassemblyx86x86-16dos

Read More
Read directly from disk in DOS-BOX assembly...


assemblynasmdosdosbox

Read More
Assembly registers in 64-bit architecture...


assemblyx86-6432bit-64bitcpu-registersitanium

Read More
The quintessential Snake Game. How to keep track of the snake?...


windowsassemblydosx86-16

Read More
Efficiently find least significant set bit in a large array?...


cassemblybit-manipulationx86-64avx

Read More
How to Compare two registers and perform action if greater than without branching in ARM...


assemblyconditional-statementsarmbranchless

Read More
How can I obtain VBE mode information in order to draw on the screen?...


assemblyx86nasmosdevvesa

Read More
What is the difference, if any, between LONG and FAR jumps in Assembly?...


assemblyx86

Read More
swap on assembly...


assemblypdp-11

Read More
Is CMPS a valid ARM/THUMB instruction?...


assemblyarminstruction-setinstructionsthumb

Read More
Can modern x86 CPUs do ideal out of order execution?...


assemblyx86cpu-architecturelow-levelsuperscalar

Read More
How does this 8086 code of ascending-sort work?...


assemblyx86-16bubble-sortemu8086

Read More
How can I multiply negative numbers using the VVM program editor?...


assemblymultiplicationlittle-man-computervvm

Read More
Concrete and useful example of Int 13H AH=00h...


assemblyvirtualboxinterruptx86-16bios

Read More
Why bubble sort is not efficient?...


node.jsperformancesortingassemblybubble-sort

Read More
What is the difference between MOV and LEA?...


assemblyx86instruction-set

Read More
How to handle the "relocation R_X86_64_PC32 against protected symbol" when writing shared ...


assemblyx86-64elfgnu-assemblerbinutils

Read More
Port G ATmega128 AVR Assembly...


assemblyavratmega

Read More
How to fix "Expecting pointer type" and "symbol already different kind" in macro...


assemblyx86-16tasm

Read More
Why does C++ code for testing the Collatz conjecture run faster than hand-written assembly?...


c++performanceassemblyoptimizationx86

Read More
How does the computer stores the values in memory?...


assemblymemory

Read More
Current state of Stack Pointer in 8085...


assemblycompiler-constructionstack-pointer8085

Read More
Learning RISC-V assembly and need help converting a C loop...


cassemblyreverse-engineeringriscv

Read More
Emu8086 storing 8-bit number issue...


assemblybinaryx86-16data-conversionemu8086

Read More
BackNext