Hi, Surfies
Could have been much easier for us YOU to explain what you physically tried to do ...
I smell some kind of overkill trick here
Alain
Hi, Surfies
Could have been much easier for us YOU to explain what you physically tried to do ...
I smell some kind of overkill trick here
Alain
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
There is a push button on portc.3, then depending on how many times its pressed, ( up to 8 times ) the program must then jump to that number's sub routine. I hope that make sense.
so ...then depending on how many times its pressed, ( up to 8 times ) the program must then jump to that number's sub routine.
a "basic" set of IF ... THEN ... GOTO is the trick.
SELECT CASE is the smart way to write it ... but is it available with v 2.32 ???
LOOKUPx is generally used to retrieve constants/values/strings from a table , not label adresses.
Alain
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
Yes, IF......THEN's is what I'll have to do , thought I could get away without them.
Thanks a lot for all the help.
Bookmarks