>-----Original Message----- >From: David Schmidt [mailto:techsavy@DSCHMIDT.COM] > > 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 ? > > Thanks, >Dave "goto $+1" should work fine. Regards Mike ======================================================================= This e-mail is intended for the person it is addressed to only. The information contained in it may be confidential and/or protected by law. If you are not the intended recipient of this message, you must not make any use of this information, or copy or show it to any person. Please contact us immediately to tell us that you have received this e-mail, and return the original to us. Any use, forwarding, printing or copying of this message is strictly prohibited. No part of this message can be considered a request for goods or services. ======================================================================= Any questions about Bookham's E-Mail service should be directed to postmaster@bookham.com. -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.