delay.inc


Author: Jonathan Weaver, jonw0224@netscape.net
Date: 10/11/2005
Version: 1.1
Filename: delay.inc
Description: Delay routines for delays of 4 cycles and up.


Procedure Heading List


Delay
Delay10
Delay11
Delay12
Delay13
Delay14
Delay4
Delay5
Delay6
Delay7
Delay8
Delay9


Procedure Descriptions


Delay
Description:
Delays for the number of cycles equal to WREG. WREG must contain a value of 14 or more. Destroys value in WREG. Affects STATUS register. Compiles when _ContDelay has been defined. Requires 15 program words


Delay10
Description:
Delay constant routine. Compiles if _ProcDelay is defined. Requires 1 program word plus Delay9 for routine plus 1 program word for each call statement.


Delay11
Description:
Delay constant routine. Compiles if _ProcDelay is defined. Requires 1 program word plus Delay10 for routine plus 1 program word for each call statement.


Delay12
Description:
Delay constant routine. Compiles if _ProcDelay is defined. Requires 1 program word plus Delay11 for routine plus 1 program word for each call statement.


Delay13
Description:
Delay constant routine. Compiles if _ProcDelay is defined. Requires 1 program word plus Delay12 for routine plus 1 program word for each call statement.


Delay14
Description:
Delay constant routine. Compiles if _ProcDelay is defined. Requires 1 program word plus Delay13 for routine plus 1 program word for each call statement.


Delay4
Description:
Delay constant routine. Compiles if _ProcDelay is defined. Requires 1 program word for routine plus 1 program word for each call statement.


Delay5
Description:
Delay constant routine. Compiles if _ProcDelay is defined. Requires 1 program word plus Delay4 for routine plus 1 program word for each call statement.


Delay6
Description:
Delay constant routine. Compiles if _ProcDelay is defined. Requires 1 program word plus Delay5 for routine plus 1 program word for each call statement.


Delay7
Description:
Delay constant routine. Compiles if _ProcDelay is defined. Requires 1 program word plus Delay6 for routine plus 1 program word for each call statement.


Delay8
Description:
Delay constant routine. Compiles if _ProcDelay is defined. Requires 1 program word plus Delay7 for routine plus 1 program word for each call statement.


Delay9
Description:
Delay constant routine. Compiles if _ProcDelay is defined. Requires 1 program word plus Delay8 for routine plus 1 program word for each call statement.