How do I skip 2 commands in hack if I don't know the exact line no. of which the code I want to jump to.
eg.
30.@33
31.D;JGT
32.M=M-1
33.M=M+1
But I don't know the line no. I am currently at(30), I just want to skip the next line of code(Go 2 steps forward instead of 1) if D;JGT is fulfilled.