.WaitForSpace LDA #0 \ Set A = 0 so WaitForSpaceReturn waits for SPACE to be \ pressed \ Fall through into WaitForSpaceReturn to print the \ prompt, wait for the SPACE key to be released, and \ wait for SPACE to be pressedName: WaitForSpace [Show more] Type: Subroutine Category: Keyboard Summary: Print a prompt, wait for the SPACE key to be released, and wait for SPACE to be pressedContext: See this subroutine in context in the source code References: This subroutine is called as follows: * GetWingSettings calls WaitForSpace * MainLoop (Part 5 of 6) calls WaitForSpace * PrintDriverPrompt calls WaitForSpace