Saved Bookmarks
| 1. |
That Is The Difference Between The Instructions Lda # 3 And Lda Three? |
|
Answer» In the FIRST instruction IMMEDIATE ADDRESSING is USED. Here the value 3 is directly loaded into the accumulator register. In the second instruction the memory REFERENCE is used. Here the address(address assigned for the symbol THREE) is loaded into the accumulator register. In the first instruction immediate addressing is used. Here the value 3 is directly loaded into the accumulator register. In the second instruction the memory reference is used. Here the address(address assigned for the symbol THREE) is loaded into the accumulator register. |
|