Hi guys. I've been working on some assembly programs for school and I'm having a couple of minor issues that are putting my progress to a halt.
My first question: how does one perform something similar to a scanf function in assembly? I just need to scan a single character from the keyboard. It would also be helpful if I knew where it was stored. I've looked in my text under keyboard interrupts but after trying most of the ones that appeared they might be what I was using, I've had no luck.
Many thanks in advance.