Search code examples
Why Do Compilers Insert INT3 Instructions Between Subroutines?...


assemblycompiler-constructionx86

Read More
Why does mulss take only 3 cycles on Haswell, different from Agner's instruction tables? (Unroll...


cassemblyx86ssemicro-optimization

Read More
The Execution Order in an Assembly Algorithm that utilizes a Conditional Move Instruction...


c++assemblyx86-64cpu-architectureconditional-move

Read More
x86 MS Macro Assembler Hello World program crashes...


assemblyx86-16dosmasm

Read More
Assembly 8x8 four quadrant multiply algorithm...


mathassemblybinarymultiplicationavr

Read More
Accessing elements in an array and store each element in a register in Assembly 8086...


assemblyx86-16emu8086

Read More
Do AArch64 SIMD instructions zero/sign extend results?...


assemblysimdarm64cpu-registersneon

Read More
PDP Endian and bit shifts...


assemblybit-manipulationendianness

Read More
How movss opcode need to be interpreted?...


assemblyx86-64disassembly

Read More
Unresolved external symbol printf in Windows x64 Assembly Programming with NASM...


windowsassemblyx86-64nasmlinker-errors

Read More
Struggling to understand 'Zero-Page Indirect Address Indexed by Y' for the 6502 Assembly Lan...


assemblymemory-addressaddressing-mode6502

Read More
Strange unnecessary stack usage by GCC and Clang...


assemblygccoptimizationclangx86-64

Read More
why would the optimization ignore the if statement when function has warning [-Wreturn-type]?...


c++assemblyoptimizationcompiler-optimizationundefined-behavior

Read More
Does UTF-8 use same amount of memory as UTF-32 when pushed on the stack?...


assemblyunicodeutf-8x86nasm

Read More
How to write inline assembly to bit rotate...


cassemblygccx86inline-assembly

Read More
delay in assembly 8086...


assemblydelayx86-16

Read More
Pausing an assembly program...


assemblydelayinterruption

Read More
x86_64 running in Long mode 64-bit submode...


assemblyx86-64cpu-architectureosdev

Read More
How subtract in assembly x86?...


assembly

Read More
What cmpl $0x1, -0x18(ebp)?...


assemblyx86att

Read More
Converting a 4-digit Decimal Input from ASCII to proper Integer form...


assemblyemu8086

Read More
What are data segment initializers?...


assemblyarmlinker-scripts

Read More
x86 ASSEMBLY: Issues getting WriteConsole to work, returns 0...


assemblyx86consolemasmmasm32

Read More
x86 uica reports high uop count for ret instruction, does not agree with other sources...


assemblyx86x86-64cpu-architecture

Read More
What is the stack engine in the Sandybridge microarchitecture?...


assemblyx86intelcpu-architecture

Read More
What does xchg eax, eax do? Is it a NOP?...


assemblyx86swapno-op

Read More
MASM x64 Assembly printf float...


assemblyprintfmasmmasm32masm64

Read More
In x86 what's difference between "test eax,eax" and "cmp eax,0"...


assemblyx86

Read More
Does BX have the same value as EBX im x86?...


assemblyx86

Read More
Optimize simd instructions (mov) for arm64 to pack alternating bytes into contiguous bytes (hex to u...


macosassemblysimdarm64neon

Read More
BackNext