Electro Tech,
Tried this post on another forum and didn't get an answer.
When I build my 16F88 program with Mikrobasic Pro I get this
error message:
27 1519 IRP bit must be set manually for indirect access to 'bits' variable
The variable "bits' is defined as dim bits as byte[18][5]
18 * 5 = 90 so there shouldn't be a bank switching problem.
I put this at the top of my variable definitions thinking that
would put all of this array in bank0 but it didn't help.
I do have other variables defined.
Can I the IRP=X command to get around this limitation?
jerryd
Tried this post on another forum and didn't get an answer.
When I build my 16F88 program with Mikrobasic Pro I get this
error message:
27 1519 IRP bit must be set manually for indirect access to 'bits' variable
The variable "bits' is defined as dim bits as byte[18][5]
18 * 5 = 90 so there shouldn't be a bank switching problem.
I put this at the top of my variable definitions thinking that
would put all of this array in bank0 but it didn't help.
I do have other variables defined.
Can I the IRP=X command to get around this limitation?
jerryd