Hi, Muskut
I Think ... Using INCLUDE could do exactly what you want !!!
Heuuuuuu, " RTFM " page 22 ... for details.
Alain
I Also found it in MCS Help .... Boooooo !!!
Hi, Muskut
I Think ... Using INCLUDE could do exactly what you want !!!
Heuuuuuu, " RTFM " page 22 ... for details.
Alain
I Also found it in MCS Help .... Boooooo !!!
Last edited by Acetronics2; - 3rd November 2006 at 14:33.
************************************************** ***********************
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 " !!!
*****************************************
INCLUDE is different from BOOKMARK.
INCLUDE can be a solution but its not my question's answer.
I want to mark a special line in my source code and I want to go there when I want by a shortcut
So, Just place a label !!! only for that purpose ...
You'll find it in the left window !!!
Then a double click will do your (...) wishes ...
Alain
PS: Copy/Paste will be enough then ... instead of INCLUDE.
Last edited by Acetronics2; - 3rd November 2006 at 14:58.
************************************************** ***********************
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 " !!!
*****************************************
I thought code following a label was confined to the custody of that label, like in a sub program, NOT SO ?Originally Posted by Acetronics
When you drive your car on the highway... have you to take all exit?
You can have 2019823498723563275642396456872 label but use only 100.. no harm, no preblem, no nothing.
Or maybe i miss something in here?
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
So if you do this it won't interrupt your code . . .Originally Posted by mister_e
Main:
Do something useful
if ! useful then
Bookmark1:
do something other
else
goto main
Won't it simply stop when the label Bookmark1 is reached and not finish and
loop?
Undersand A label is just a help in the editor ... better you to understand what you do.
When compiler sees Goto " labex x" ( i.e. ) it just replaces "label x " by the corresponding Hex program line number ... just as when you call a variable " gremlin " it juts replaces " gremlin " by its location in the memory.
The best proof is to uncompile hex programs : you won't find any labels nor variable names ... just line numbers and memory locations !!!
No statement referring to labels or variable names = no effect on hex program...
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 " !!!
*****************************************
Bookmarks