Software: Direct Addressing
All file registers (RAM) is accessed by an address. This is called direct addressing.
For example, movwf 0x05loads W with the value of the GPIO register.
Thankfully, we can use labels instead of addresses: movwf GPIO
Previous slide | Next slide | Back to first slide | View graphic version |