<<< Quick look at the disassembly | Index | Memory access syntax -- machine code >>> |
Can CPU add two memory values in one step?
No. The CPU can only access one memory location per instruction. This is a limitation of the CPU architecture:
<<< Quick look at the disassembly | Index | Memory access syntax -- machine code >>> |