how to take keyboard input in program

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

how to take keyboard input in program

Teja
Reply | Threaded
Open this post in threaded view
|

Re: how to take keyboard input in program

cadet1620
Administrator
Chapter 4 sections 4.2.4 and 4.2.5 talk about this.

There is a special memory address that your program needs to read to determine if a key is pressed on the keyboard. The assembler has a built-in symbol for this: KBD.

--Mark