Difference between revisions of "OSBYTE &AC"
m (1 revision) |
(Added Internation keyboard info.) |
||
Line 2: | Line 2: | ||
OSBYTE &AC (172) - Read address of keyboard table | OSBYTE &AC (172) - Read address of keyboard table | ||
− | + | On exit X and Y point to a table mapping from internal to ASCII key numbers | |
− | + | The shape and layout of the table is of course hardware specific, so this | |
− | + | call should be used with caution. | |
+ | |||
+ | With an International keyboard driver, this location is used to hold the | ||
+ | last keypress returned from Service Call &30 | ||
==See Also== | ==See Also== |
Revision as of 14:38, 25 March 2018
OSBYTE &AC (172) - Read address of keyboard table
On exit X and Y point to a table mapping from internal to ASCII key numbers The shape and layout of the table is of course hardware specific, so this call should be used with caution.
With an International keyboard driver, this location is used to hold the last keypress returned from Service Call &30
See Also
Jgharston 22:23, 26 May 2009 (UTC)