According to this webpage: http://stanislavs.org/helppc/8042.html the keyboard controller maintains it's own internal 16 byte make/break code buffer.
"The keyboard's internal controller buffers up to 16 bytes of make/break code information. This is common among all PC systems and shouldn't be confused with the (32 byte) keyboard buffer maintained by the BIOS."
Being able to access this buffer would be very useful to me in my 8086 assembly language programs (presumably updated faster than the 32 byte buffer maintained by the BIOS).
Is there a way to pull those make/break codes from the internal buffer, aside from polling port 60h?