--- Debbie Hynes wrote: > --- Ben Hencke wrote: > I > havent seen anything like this > and I was tired of > > thinking of new lables to use for if-type logic so > I > > created a nestable if-else macro set. Please > enjoy. > > Way kewl .. thankz Ben I'm glad someone was left on the piclist to notice/use it ;-) > > Does anyone know if there is there a way to keep > the > > emulator from jumming into the macro when stepping > > isn't an IF/ELSE statetment the usual way? > Something like > IFDEF DEBUG > nop > ELSE > delay/macro code > ENDIF I don't think that would do what I am trying to do. I want the debugger to keep the code and really execute it, but to cursor over it as if it was either a function or a single instruction. The way it behaves now is that the run cursor doesnt get to the if, it goes straight into the macro code, so you cant even tell what you are 'if'ing. ex: nop ; say the pc (program counter) starts here ifz ; you won't see the pc cursor get here call dostuff ifelse ; or here call otherthings ifend ; or here when you step through this, before you see the cursor get to the ifz, it will open the file for the macro and start stepping around in that code. I would rather that it stepped over the if w/o opening the macro file and jumped right to one of the 2 calls. It is still useable, just annoying. Thanks, Ben Hencke __________________________________ Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want. http://antispam.yahoo.com/tools -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.