Date : Fri, 26 Aug 1994 08:49:21 WET DST
From : Bonfield James <jkb@...>
Subject: Re: Escape - what does it do?
Hello,
>What does the Escape key do? As far as I can see from the manual, it
>calls EVENTV with the appropriate parameter - is that right? The AUG is
The ESCAPE key does nothing more than generate an interrupt when pressed, and
responds to queries on row 7, column 0 of the keyboard matrix. Everything else
should be performed by the OS for us, so we can safely ignore it :-)
>pretty hopeless when you're trying to look something up; the index is
>pretty crummy.
I agree with you here! Although I find the index of osbytes particularly
useful. Especially when you see for instance:
LDA &25A
I usually do a quick 25A-236+A6 => CA, which the index tells me is read/write
keyboard status.
James