<<< Memory access by the CPU | Index | Memory access syntax -- Assembly >>> |
In early days of computing, programmers wrote machine instructions in binary codes. For example,
10001011 11111000
The first byte 10001011 indicates code of instruction (e.g. mov)
The second byte 11111000 indicates the memory location of data
<<< Memory access by the CPU | Index | Memory access syntax -- Assembly >>> |