Nand2Tetris Questions and Answers Forum
›
Architecture
›
Project 4
Search
everywhere
only in this topic
Advanced Search
how to take keyboard input in program
Classic
List
Threaded
♦
♦
Locked
2 messages
Teja
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
how to take keyboard input in program
cadet1620
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: how to take keyboard input in program
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
Free forum by Nabble
Edit this page