Search code examples
What does the endbr64 instruction actually do?...


assemblyx86-64intelinstructions

Read More
Access to data, BSS segments will be through using a pointer or by instructions directly addressing?...


c++global-variablesinstructions

Read More
What does this RSB instruction do with an extra LSL #1 operand?...


assemblyarmbit-shiftinstructions

Read More
Instruction FYL2XP1...


assemblyx86floating-pointinstructionsx87

Read More
How to determine default operand size for instruction decoding x86-64...


assemblyx86-64cpu-architecturedisassemblyinstructions

Read More
How does containerization software like Docker translate CPU instructions?...


dockervirtual-machineemulationinstructions

Read More
Why wasn't DIV instruction implemented to set the CF instead of raising Exceptions...


assemblyx86cpu-architectureinteger-divisioninstructions

Read More
How does the label in an ADRP instruction work in arm64?...


assemblyarmarm64instructions

Read More
How are applications and data accessed by the CPU from RAM...


operating-systemcpuinterruptraminstructions

Read More
Code that writes itself when executed...


selfinstructionsquine

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


assemblyarminstruction-setinstructionsthumb

Read More
How is RISC-V neg instruction implemented?...


assemblyriscvinstructionsriscv32

Read More
Is VGF2P8AFFINEINVQB the longest x86 instruction mnemonic?...


assemblyx86x86-64instructionsmnemonics

Read More
Stm8 assembly instructions...


assemblyinstructionsstm8

Read More
What exactly does the 3-operand imul instruction do in ia-32 assembly?...


assemblyx86instruction-setinstructionsopcode

Read More
List of ARM instructions implementing half-precision floating-point arithmetic...


floating-pointarminstructionshalf-precision-float

Read More
Clang: How do I see where and why an ud2 instruction was generated?...


c++clangundefined-behaviorinstructions

Read More
Is "strb w0, [x2, w3, uxtw]" the same as "strb w0, [x2, w3, uxtw #0]"?...


assemblyarm64instructionsaddressing-modeinstruction-encoding

Read More
Is carry flag usually cleared after Jump-Not-Carry instruction has been evaluated?...


cpucpu-architectureinstruction-setinstructionsmachine-instruction

Read More
How are numbers in bit sequence being referred to?...


instructions

Read More
Is there a programmatic way to estimate the time my CPU takes to perform a fp operation?...


c++clinuxcpuinstructions

Read More
Tracing/profiling instructions...


cassemblyprofilinginstructions

Read More
What does it mean by "MOV AH, 4CH" in assembly language?...


assemblydosx86-16instructions

Read More
ISB instruction in ARM Cortex M...


assemblyarmcortex-mmemory-barriersinstructions

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


assemblyx86instructionsas86

Read More
What is the rationale behind the CPU instruction set, in general and for x86's SETCC?...


assemblyx86cpu-architectureinstruction-setinstructions

Read More
Why this instruction trace program of dynamorio has more output than mine?...


x86instrumentationinstructions

Read More
Are x86 Assembly Mnemonic standarized?...


assemblyx86standardsinstructionsmnemonics

Read More
Why do x86 mul and div instructions only take a source operand?...


assemblyx86x86-64instruction-setinstructions

Read More
Tensorflow on Docker Engine Error Code 132...


tensorflowkerasdocker-composeinstructions

Read More
BackNext