MrSteveMan
Technical User
Im trying to program a PIC microcontroller. I have the lines
number
call zero
call one
call two
.
.
.
call ten
return
call nuber + i
where i is an integer. I want to call the adress of "number", plus the value of "i", but my program calls the adress of "number" plus the adress of "i". Is there a way around this?
Iv'e tried declaring i as a variable.
Thanks
number
call zero
call one
call two
.
.
.
call ten
return
call nuber + i
where i is an integer. I want to call the adress of "number", plus the value of "i", but my program calls the adress of "number" plus the adress of "i". Is there a way around this?
Iv'e tried declaring i as a variable.
Thanks