Re: A83: A GETKEY command different of _getkey or _getk


[Prev][Next][Index][Thread]

Re: A83: A GETKEY command different of _getkey or _getk




On 22-May-99, you wrote:


> In some texts which deal with the translation of ti82 program, the traduce
> the GET_KEY command with the $4014 romcall. I look in the .inc files but
> there is no call like this. I wonder how does it work, which value it
> returns?

> Cédric

_getcsc equ 4014h
this will get the current scan code. The scan code is the "geographical" id
of the key, telling you what row and column the key is on.

Linus
-- 
                                                           wwww 
                                                          (o)(O)
.-->                                           .-------mm--(__)--mm--------.
| Linus Akesson                                | http://linusworld.cjb.net |
`---------------^-- ----- --- --  -- -  -   -  `---------ooO--Ooo----------'
  WinErr 78e:
  More than 5 mins since last WinErr; assume system lockup - rebooting...



References: