delayH.inc


Author: Jonathan Weaver, jonw0224@netscape.net
Date: 10/11/2005
Version: 1.1
Filename: delayH.inc
Description: Delay macros for delays of 1 cycle and up. Works with delay.inc.


Procedure Heading List


DELAY macro lit


Procedure Descriptions


DELAY macro lit
Description:
Delays for the number of cycles equal to lit. DELAY will create optimized delay code and will use the Delay routines if _contDelay or _procDelay are defined.
Parameters:
lit lit can be any number of cycles to delay. If lit > 11 then generated code may affect WREG and STATUS.