Search code examples
Do I need to split up a very large number to move it into a 32-bit register in ARM64...


assemblyarm64immediate-operand

Read More
Can a C variable be constrained to a certain read/write speed?...


cassemblygccembedded

Read More
How to return from HALT in LC3?...


assemblylc3

Read More
Storing the low byte of an integer register with STR?...


linuxassemblyarm64

Read More
Why no zero register instruction on x86...


assemblyx86

Read More
What was the original reason for the design of AT&T assembly syntax?...


assemblyx86intelatt

Read More
Computing 2¹²⁸ % uint64_t...


cassemblyoptimizationinteger-division

Read More
How to avoid infinite loops in a function call in assembly?...


assemblyx86-64infinite-loopcalling-conventionmethod-call

Read More
How is the x86 JAE instruction related to the carry flag?...


assemblyx86

Read More
What registers are preserved through a linux x86-64 function call...


linuxassemblyx86-64calling-conventionabi

Read More
Why does the compiler reserve just 0x10 bits for an int?...


c++assemblyx86stack-memorystack-pointer

Read More
Assembly code vs Machine code vs Object code?...


assemblymachine-codeobject-code

Read More
Is test-and-set (or other atomic RMW operation) a privileged instruction on any architecture?...


linuxassemblyoperating-systemcpu-architecturefutex

Read More
64-bit VMWare detection code triggers breakpoint...


c#cvisual-studio-2008exceptionassembly

Read More
In MASM what is array[4]...


assemblyx86masmmasm32addressing-mode

Read More
What is the wip0 register in the context of ARM64 architecture?...


assemblyarm64cpu-registers

Read More
linking .s files in windows x86_64 C++...


assemblyaesx86-64masmmasm64

Read More
replacing values in an array and incrementing...


assemblyx86-16tasmdosbox

Read More
how to determine field offset in stat struct calling from assembly?...


assemblystructoffsetabistat

Read More
Segfault with ESP outside the [stack] range in /proc/pid/maps?...


assemblyx86crashstack-overflowstack-memory

Read More
How to produce phi instruction in clang for llvm ir?...


cassemblyoptimizationclangllvm

Read More
Can the PUSHA instruction cause a segfault? What's going on in this core dump with it and other ...


cassemblyx86coredumpstack-memory

Read More
When to use earlyclobber constraint in extended GCC inline assembly?...


cgccassemblyinline-assembly

Read More
I am stuck in writing a loop in assembly to read 5 characters and print them in reverse order...


loopsassemblydosx86-16

Read More
Fastest way to mask out bytes higher than separator position with SIMD...


c++assemblyoptimizationsimdavx

Read More
Segmentation fault at the `pop rbp` instruction...


assemblyx86segmentation-faultstackx86-64

Read More
Excess-N to 2's complement...


assemblybinaryinteltwos-complement

Read More
How do I properly set up a linker script with a boot loader?...


assemblyx86nasmldbootloader

Read More
TSO and store forwarding guarantees...


assemblyx86-64cpu-architecturememory-model

Read More
Why would introducing useless MOV store instructions speed up a tight loop in x86_64 assembly?...


performanceoptimizationassemblyx86-64freepascal

Read More
BackNext