Sign in

username:

password:



Not a member?

Search piclist



Search tips

Subscribe to piclist



piclist by Keywords

12F675 | 16F628 | 16F84 | 16f877 | 16F877A | 16F88 | 18F458 | ADC | AVR | Bootloader | CAN | CCS | CRC | EAGLE | EEPROM | ICD | ICSP | IDE | JDM | LED | Macros | Microchip | MPLAB | PCB-CAD | PIC10F | Pic12f675 | PIC16F84 | PIC16F84A | PIC16F877 | PIC18 | PIC18F452 | PicBasic | PICC | PICSTART | PWM | RS-485 | RS232 | SMT | SPI | UART | USART | USB | Wireless | Wisp628 | Xilinx

Ads

Discussion Groups

Discussion Groups | Piclist | Indirect addressing

A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.

Indirect addressing - Mark Adams - Dec 25 14:13:00 2005

Happy Holliday!

How is indirect addressing accomplished?

I want to move data to the address located in a variable

Thanks
Mark





(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )


Re: Indirect addressing - rtstofer - Dec 25 14:28:00 2005


Put the address in FSR, make sure IRP is set properly and then every
reference to INDF will read of write memory at the address in FSR.

For the 16F877, see section 2.5. Section numbers might vary among
devices.
--- In piclist@picl..., "Mark Adams" <markadams1971@y...>
wrote:
>
> Happy Holliday!
>
> How is indirect addressing accomplished?
>
> I want to move data to the address located in a variable
>
> Thanks
> Mark




(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )