neoaspilet11
Full Member level 5

- Joined
- Sep 29, 2005
- Messages
- 277
- Helped
- 29
- Reputation
- 56
- Reaction score
- 8
- Trophy points
- 1,298
- Location
- Cebu, Philippines
- Activity points
- 4,048
pic assembly array
Guys,
I have a problem in PIC assembly.
1.) Suppose I have variables like ARG00 ARG01, ARG02, ARG03, ...ARGN, how can I declare them as an array elements say ARG(0 to N)?
2.) How to access the nth element of the array say for example ARG(4)?
By the way it should not use indirect addressing mode via INDF and FSR registers.
Is array declaration possible withour using indirect addressing modes?
Thanks for any ideas.
Guys,
I have a problem in PIC assembly.
1.) Suppose I have variables like ARG00 ARG01, ARG02, ARG03, ...ARGN, how can I declare them as an array elements say ARG(0 to N)?
2.) How to access the nth element of the array say for example ARG(4)?
By the way it should not use indirect addressing mode via INDF and FSR registers.
Is array declaration possible withour using indirect addressing modes?
Thanks for any ideas.