Search code examples
Instruction execution latencies for A53...


optimizationarmlatencyinstruction-set

Read More
How do I keep RISC-V compliance?...


riscvinstruction-set

Read More
What is the difference between system calls and instruction set...


system-callsinstruction-set

Read More
Difference between ISA (e.g. MIPS) and Assembly language...


assemblymipsinstruction-set

Read More
Left Shift Logical by sum of two numbers/registers?...


assemblyarmbit-shiftinstruction-set

Read More
How do things work in the fetch phase of the instruction cycle?...


assemblycpu-architectureinstructionsinstruction-setmicroprocessors

Read More
How do I identify the instruction stored LC-3...


assemblymemory-addresscpu-registersinstruction-setlc3

Read More
My interpreter language doesn't seem to recognise the "+" symbol and is returning erro...


javainterpreternumberformatexceptioninstruction-set

Read More
How to interpret BLO in this example...


assemblyarminstruction-setmicroprocessors

Read More
BGE Instruction ARM...


assemblyarmbranchinstruction-set

Read More
Can a build of OS kernel run both on x86 and ARM?...


x86kernelarmcpuinstruction-set

Read More
x86 microarchitecture/SIMD market share...


x86ssesimdinstruction-setbaseline

Read More
Which arithmetic operations are the same on unsigned and two's complement signed numbers?...


binarytwos-complementinstructionsinstruction-set

Read More
CISC short instructions vs long instructions...


performancex86-64instruction-set

Read More
Compiler macro to detect BMI2 instruction set...


c++x86intelinstruction-setbmi

Read More
How can I get the number of instructions executed by a program?...


c++x86armprofilinginstruction-set

Read More
what's the purpose of pushing address of local variables on the stack(assembly)...


cassemblystackinstruction-set

Read More
Trouble Figuring out loading to register with offset from different register...


offsetcpu-architecturecpu-registersinstruction-set

Read More
Does a processor that supports SSE4 support SSSE3 instructions?...


x86sseinstruction-setsse4

Read More
conditional data transfers VS n conditional control transfers(using conditional mov) in Assembly...


assemblycpuinstruction-set

Read More
How loops are implemented in PIC24F assembly code...


assemblypicinstruction-setpic24dspic

Read More
what is cfi_adjust_cfa_offset and cfi_rel_offset?...


assemblyarminstructionsinstruction-seteabi

Read More
Why does RV32I include instructions like ADDI and XORI but not BLTI?...


assemblyriscvinstruction-set

Read More
Which x86 instruction has a 10-byte immediate?...


assemblyx86x86-64machine-codeinstruction-set

Read More
What's the point of instructions with only the REX prefix in 64bit mode?...


assemblyx86-64cpu-registersinstruction-set

Read More
How to use processor instructions in C++ to implement fast arithmetic operations...


c++assemblyprocessorinstruction-set

Read More
Assembly copying from one array to another...


assemblyx86masminstruction-set

Read More
x86 function call types...


assemblyx86callinstruction-set

Read More
gcc options to use i87, AVX simultaneously but nor SSE...


gccsseinstruction-setavxfpu

Read More
Why nasm and yasm yield 67 opcode for mov r16, word [r64 - 3] instruction?...


assemblynasmx86-64instruction-setyasm

Read More
BackNext