; C02 library stdiox.h02 assembly language subroutines ANYKEP: DC "PRESS ANY KEY...",0 ; ;char anykey() - wait for character with ANY KEY prompt ;Calls: GETCPR, NEWLIN - Print Newline to Screen ;Affects: C,N,Z ;Returns: A = Character code of keypress ANYKEY: JSR NEWLIN ;Start at Beginning of Next Line LDY #>ANYKEP ;Load Prompt High Byte LDX #