In a message dated 98-03-11 11:25:24 EST, you write: > how do i check to see if any key except for 2nd was pressed during a loop?? > > Example: > ---------------------------- > MY GAME > > Press Any Key To Continue... > ---------------------------- > > > > -- > Craig > http://cjslush.home.mindspring.com > *** loop: call GET_KEY cp $54 jr z, loop <more code> ~Adamman