Nand2Tetris Questions and Answers Forum
›
Assembler
›
Chapter 6
Search
everywhere
only in this topic
Advanced Search
Hack codes
Classic
List
Threaded
♦
♦
Locked
2 messages
Gothem
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Hack codes
How to do the codes: x = *ptr++ with hack language;
WBahn
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Hack codes
Administrator
This is a notation from the C language (and others) and it means to increment the value stored at the memory location whose address is stored in the variable ptr.
Free forum by Nabble
Edit this page