List Question
10 TechQA 2015-06-20 21:54:13Determining when NASM can infer the size of the mov operation
1.7k views
Asked by William
Sum of a word array not storing in another word array
652 views
Asked by Codex
Addressing Modes in Assembly Language (IA-32 NASM)
20k views
Asked by Magnus
Why code and data have different addressing mode?
35 views
Asked by JiangFeng
Direct addressing without segment in x86?
171 views
Asked by sivizius
Do terms like direct/indirect addressing mode actual exists in the Intel x86 manuals
2.4k views
Asked by user1720897
What does a comma in a parenthesis mean in the AT&T syntax for x86 assembly?
4.5k views
Asked by Secret
What is the "-4" for in assembler: movl $1, -4(%rbp)
1k views
Asked by JackOfAll
MASM: How to resolve Immediate mode Illegal in 8086 programming?
3.1k views
Asked by Ankur
x86-64 accessing element of array
635 views
Asked by M. Chen