Search code examples
Why do ARM chips have an instruction with Javascript in the name (FJCVTZS)?...


javascriptassemblyarminstructionsfloating-point-conversion

Read More
How exactly does the x86 LOOP instruction work?...


loopsassemblyx86instructions

Read More
If there is any pausing/sleeping or events in x86 assembly...


assemblyx86-64sleepevent-loopinstructions

Read More
Why is my 6502 program crashing when writing to $0200?...


memorymemory-managementinstructions6502

Read More
Why does boot sector code declare zero-byte padding until offset 510?...


operating-systembootloaderinstructions

Read More
What do the abbreviations (Rn, Rd, ...) in the instruction set of ARM mean?...


assemblyarminstruction-setinstructionsthumb

Read More
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
BackNext