Search code examples
Why does LDR sometimes take 20 CPU cycles?...


cassemblyarmmicrocontroller

Read More
Load bytes/halfwords from memory in MIPS...


assemblybytemips

Read More
Failing to write to video memory in 32 bit mode...


assemblyx86bootloaderosdev

Read More
Allocate Memory Bootloader/Assembly...


cassemblynasmbootloaderosdev

Read More
how does the far jump work on real hardware (bootloader creation)...


assemblyoperating-systembootloader

Read More
One instruction to clear PF (Parity Flag) -- get odd number of bits in result register...


assemblyx86micro-optimizationparity

Read More
Execute system command in x64 bit assembly?...


linuxassemblyx86-64nasm

Read More
Boot looping when trying to switch to 32 bit mode...


assemblyx86bootloader

Read More
Cortex-M7: What's the most efficient way to convert a 64-bit unsigned integer to a single-precis...


assemblyfloating-pointarmcortex-mfloating-point-conversion

Read More
unshifted register required - Assembler throws error on the TST instruction...


cassemblyarmcortex-mthumb

Read More
How do I interpret the instruction `mov v2.2d[0],x14` in aarch64 assembly?...


assemblyclangsimdarm64neon

Read More
Why is a conditional move not vulnerable to Branch Prediction Failure?...


performanceassemblyoptimizationcpu-architecturebranch-prediction

Read More
Debugging NASM in VS code...


c++debuggingassemblyvisual-studio-codenasm

Read More
How to use RIP Relative Addressing in a 64-bit assembly program?...


assemblyx86-64gnu-assembleraddressing-moderelative-addressing

Read More
Array addressing in AT&T GAS assembly. Register offset from RIP doesn't work...


assemblyx86-64attgnu-assembleraddressing-mode

Read More
x86 assembly language rotate bits of characters to encrypt / obfuscate...


assemblyencryptionx86bit-shift

Read More
Why is a RIP-relative LEA instruction producing a PIC-incompatible R_X86_64_32S relocation?...


assemblyx86-64nasmaddressing-moderelocation

Read More
Why peephole optimization is done on assembly code but not on IR code?...


assemblycompiler-constructioncompiler-optimizationpeephole-optimization

Read More
MacOS LLDB | Thread 1: EXC_BAD_ACCESS (code=1 & 2, address=0x123456789)...


c++macosassemblyx86-64

Read More
Is there a complete x86 assembly language reference that uses AT&T syntax?...


assemblyx86intelatt

Read More
Converting ASCII hex number to 32-bit binary integer in x86...


assemblyx86hexbase-conversion

Read More
Is a mov to a segmentation register slower than a mov to a general purpose register?...


assemblyx86cpu-architecturememory-segmentationcpu-cycles

Read More
RISC-V U-Format instruction immediate confusion...


assemblyriscvmachine-codeimmediate-operandinstruction-encoding

Read More
Adding a calculated integer value into my array in mips...


arraysassemblymips

Read More
Are RAX, RBX, RCX, RDX, RSI, RDI, RBP, RSP, R8-R15 interchangable?...


assemblyx86-64cpu-registers

Read More
Does using xor reg, reg give advantage over mov reg, 0?...


assemblyx86micro-optimization

Read More
RISC-V recursive function debugging...


assemblyriscv

Read More
Minimal assembly program ARM...


linuxassemblygnuarm64

Read More
assembly function flow...


functionassemblyx86attcontrol-flow

Read More
ASM Issue with input/division calculation...


assemblyx86-16

Read More
BackNext