Question: What label would be the most descriptive replacement for WHAT_DOES_THIS_DO?
My selection was: NOT_EQUAL_TO_0
The correct answer was: NOT_EQUAL_TO_1
I read this as, "If D-1 is not equal to 0, then jump". I was under the impression that all jump directives were predicated on the condition: "If [any comp designation in Hack language specification] to 0, then jump".
What am I missing/misunderstanding?