\ --- Mod: Code added for Demonstration Disc: ---------> .DelayFiveSeconds LDY #255 \ Wait for 255/50 of a second (5.1 seconds) and return JMP DELAY \ from the subroutine using a tail call \ --- End of added code ------------------------------->Name: DelayFiveSeconds [Show more] Type: Subroutine Category: Utility routines Summary: Wait for 5.1 secondsContext: See this subroutine in context in the source code References: This subroutine is called as follows: * EQSHP calls DelayFiveSeconds * TT102 calls DelayFiveSeconds * TT167 calls DelayFiveSeconds * TT210 calls DelayFiveSeconds
[X]
Subroutine DELAY (category: Utility routines)
Wait for a specified time, in 1/50s of a second