Chapter 8 Flashcards
1
Q
A
2
Q
A
3
Q
What is the pseodo assembly code for for the VM command:
call functionName nArgs
A
Note: This logic must be emmited in assembly.
4
Q
What is the pseodo assembly code for for the VM command:
function functionName nVars
A
5
Q
What is the pseodo assembly code for for the VM command:
return
A