|
Hi
the book says:
"The value computed by the comp part of the Cinstruction can be stored in several destinations, as specified by the instruction’s 3-bit dest part (see figure 4.4). The first and second d-bits code whether to store the computed value in the A register and in the D register, respectively. The third d-bit codes
whether to store the computed value in M (i.e., in Memory[A]).
My understanding of this is
1. bit -> A
2. bit -> D
3. bit -> M
the table in 4.4 though (and the example in binary) says:
1. bit -> A
2. bit -> M
3. bit -> D
I might just be missunderstanding the written explanation... please let me know ;)
|