Qaisar Azeemi
Full Member level 5
- Joined
- Feb 11, 2011
- Messages
- 315
- Helped
- 16
- Reputation
- 32
- Reaction score
- 15
- Trophy points
- 1,298
- Location
- Peshawar, Pakistan, Pakistan
- Activity points
- 3,829
Re: problem in MikroC coad for LCD
MikroC compiler is not capable to set IRP bit.
IRP is bank select bit used for indirect addressing.
IRP=0 -> Bank 0,1
IRP=1 -> Bank 2,3
My question is that:
how i use the above given instructions? i.e; at the start of program i use IRP=0 and in the mid of the program i have to use IRP=1????????
MikroC compiler is not capable to set IRP bit.
IRP is bank select bit used for indirect addressing.
IRP=0 -> Bank 0,1
IRP=1 -> Bank 2,3
My question is that:
how i use the above given instructions? i.e; at the start of program i use IRP=0 and in the mid of the program i have to use IRP=1????????