eg [Start:]-[mov]-[bx,80h]-[;Load character count]
Advantages: Can be quicker than some high level languages.
- can access registers and exact memory addresses.
Addressing Modes:
- Data is transferred from a source register to a destination register
----
- The data to be addressed is in the op code.
----
- Data is copied from a specified location in memory to the register.
----
- Uses a number inside the register to point to location in memory.
----
- Number within a register is used in combination with another number in another register to point to a location in memory.
----
No comments:
Post a Comment