|
"this" and "that" are just memory segments (actually pointers to, or addresses of, the start of the said segments). They are used by the Jack compiler in chapter 11.
For now, you can think of these as just two segments, which can be set to different regions in memory, and which then can be used by the VM program to access said regions. The semantics of these regions depend on the language that is being implemented.
|