|
Atari coding BBS
Re: ESC Key |
Posted by: quackmore
|
Jan,07.2011-07:10
|
Thanks ggn. Just in case anyone else comes across this, here is my code that works which the mouse doesn't interfere with esc key test:
testloop:
cmp.b #$81,($FFFC02) ; tests to see if escape key is pressed
bne testloop
beq Close
|
[All messages in this thread] [Start new thread]
What's the anti-troll code? That's your personal code to be able to add comments and messages on the dhs.nu site.
Don't have a code or forgot it? Fix it here.
|