List Question
20 TechQA 2024-03-31T10:32:36.113000Understanding the differences between mov and lea instructions in x86 assembly
105 views
Asked by Alfa Hores
Shifting bytes in ARM into a temp register using MOVZ and MOVK
25 views
Asked by Karim
Breakdown MOV instruction on Intel 64 compatibility mode
130 views
Asked by Carlo C
Why is LEA (Load Effective Address) necessary?
191 views
Asked by Guichi
Why do parentheses do different things based on context in AT&T syntax?
145 views
Asked by JBatswani
x86: movsxd taking a long time on Intel's Cascade Lake machine (Core i9-10980XE)
31 views
Asked by Vignesh
MOV r, M instruction in 8085 microprocessor
173 views
Asked by Anonymous
Why are %rbp and %rax invalid operands for movl?
313 views
Asked by Connor
Assembly language error with the mov instruction
288 views
Asked by erinelgs
NASM - Selecting multiple values to output different string lengths
32 views
Asked by Ed G
Second Operand in MOV instruction
26 views
Asked by RK Eshat
Asembly program with mov function
37 views
Asked by Barzoius Mecca
how to load an immediate value to the register in arm64?
1.2k views
Asked by sahara
MOVSXD operation when operand sizes are equal
140 views
Asked by Rouki
Cannot move a register to a register of a different size
291 views
Asked by oofman 143
How to decipher EXC_BAD_ACCESS on memcpy assembly instruction?
99 views
Asked by Sankalp
What is the purpose of sub in this block of code and what are the alternatives to using sub?
139 views
Asked by chikipichi
How to move values between the data section in gas assembly
326 views
Asked by Dyskord
Is there a difference between movq and leaq instruction in this example?
32 views
Asked by Hanrabong