Download presentation
Presentation is loading. Please wait.
1
Instruction Set Summary
Source: under
2
Instructions tell the processor which operation to carry out
Instructions tell the processor which operation to carry out. For example, MOV A, #5EH tells the processor to move the data 5EH to the accumulator.
3
Instructions result in the processor performing some operation on some data (the data being #5EH in the example above). The instruction above is an example of what's known as immediate addressing. The reason for this is because the data immediately follows the instruction in code memory.
4
Address Modes Immediate Register Direct Indirect Relative Absolute
Long Indexed
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.