[comp.sys.handhelds] 48 ML: real-time clock, keyboard

bson@rice-chex.ai.mit.edu (Jan Brittenson) (09/07/90)

   Does anyone know how/where to access/find the 48's real-time clock,
presumably in ticks? I found some value similar to what TICKS returns
at #70488h (give or take 8h).

   How about the keyboard, how are the scan codes stored in the buffer
(#704EAh), and what is expected from code that reads a key - is it a
ring buffer, or a shift buffer, and is decoding press-release
sequences necessary?  Will the buffer keep filling with scan codes
while a key is depressed or will there merely be two separate entries
for press/release? I just can't make anything useful out of the info
I've got without tons of thin-air assumptions or (too many) hours of
experimentation. I read somewhere that "it works just like the 28" -
so, how is that?