Question: Hello, This is about using the microcontroller PIC18F Assembly language. For example, using C we want to produce array[3] ={ 0x01, 0x02, 0x03} How would

Hello,

This is about using the microcontroller PIC18F Assembly language.

For example, using C we want to produce array[3] ={ 0x01, 0x02, 0x03}

How would we access the elements inside using FSRxH,FSRxL, INDFx, registers for Assembly?

i understand MOVLW 0x01 then use MOVWF to store it in some memory location. Using MOVLW 0x01 and MOVWF FSR0L . How would we access the elements of 0x01 using INDFx? I think that is the part where I am confused at

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!