Hello
So far in my asm programs I have always read directly the keyboard matrix. Nice and fast etc
But now I would like to show on screen the 'correct' letter for the matrix input
so that it displays the correct letter letter if you are using an 'irregular' keyboard
(azerty , qwertz, ...) instead of blindly assuming that everybody has a qwerty keyboard.
Is there somewhere a standard way to have this translation done ? a bios call, a system variable to check?
Preferably without using the default bios keyboard (interupt) handling of course
