OK, the lecture 04 slides has me showing the students how to write Hack assembler code.
Two slides of "Set D to 19" and "arr[3] = -1" examples.
Is there a "right answers" page for these examples? I
think I have all but the last one correctly coded, but the last one has me stumped. A little help, please?
arr[j] = 17
How do I do dat?