On Sat, 27 Mar 2004 09:34:55 -0800, David Schmidt wrote: > I have some old code that I am converting from the days I was coding in > Parallax assembly to Microchip. I have a delay loop that uses the >instruction > > jmp $+1 > > that uses up only 1 memory location but give you a 2 cycle delay. > >What is the equivalent instruction in MPASM ? > > is it goto PCL+1 ? > It's not that complicated. Just substitute "goto $+1" for the "jmp $+1" and you'll be good to go. Regards, Bob -- http://www.piclist.com hint: PICList Posts must start with ONE topic: [PIC]:,[SX]:,[AVR]: ->uP ONLY! [EE]:,[OT]: ->Other [BUY]:,[AD]: ->Ads